aboutsummaryrefslogtreecommitdiff
path: root/src/inc/lint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/lint.h')
-rw-r--r--src/inc/lint.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inc/lint.h b/src/inc/lint.h
deleted file mode 100644
index 9c3f808..0000000
--- a/src/inc/lint.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef LINT_H
-#define LINT_H
-
-#include <context.h>
-
-void lint(struct ctx *ctx);
-
-#endif