summaryrefslogtreecommitdiff
path: root/src/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.hh')
-rw-r--r--src/debug.hh13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/debug.hh b/src/debug.hh
deleted file mode 100644
index 02e46708..00000000
--- a/src/debug.hh
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef debug_hh_INCLUDED
-#define debug_hh_INCLUDED
-
-namespace Kakoune
-{
-
-class StringView;
-
-void write_debug(StringView str);
-
-}
-
-#endif // debug_hh_INCLUDED