diff options
Diffstat (limited to 'tapset/builtin_warn.stp')
-rw-r--r-- | tapset/builtin_warn.stp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tapset/builtin_warn.stp b/tapset/builtin_warn.stp deleted file mode 100644 index 97289ee0..00000000 --- a/tapset/builtin_warn.stp +++ /dev/null @@ -1,7 +0,0 @@ -function _warn (msg) %{ - _stp_warn (THIS->msg); -%} - -function warn (msg) { - _warn (msg . "") -} |