aboutsummaryrefslogtreecommitdiff
path: root/frontend/common/lprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/common/lprintf.h')
-rw-r--r--frontend/common/lprintf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h
deleted file mode 100644
index 48b8d57..0000000
--- a/frontend/common/lprintf.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern void lprintf(const char *fmt, ...);
-
-#ifdef __cplusplus
-}
-#endif
-