summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/logging.stp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp
index 37cfc771..d0222a86 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -15,10 +15,6 @@ function log (msg:string) %{
_stp_printf ("%s\n", THIS->msg);
%}
-function printk (msg:string) %{
- printk (KERN_INFO "%s\n", THIS->msg);
-%}
-
function warn (msg:string) %{
_stp_warn ("%s", THIS->msg);
%}