summaryrefslogtreecommitdiffstats
path: root/tapset/builtin_log.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/builtin_log.stp')
-rw-r--r--tapset/builtin_log.stp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tapset/builtin_log.stp b/tapset/builtin_log.stp
deleted file mode 100644
index 3d1a0aaf..00000000
--- a/tapset/builtin_log.stp
+++ /dev/null
@@ -1,7 +0,0 @@
-function _log (msg) %{
- _stp_log (THIS->msg);
-%}
-
-function log (msg) {
- _log (msg . "")
-}