diff options
author | Marvin Borner | 2022-02-20 18:48:30 +0100 |
---|---|---|
committer | Marvin Borner | 2022-02-20 18:48:30 +0100 |
commit | fa02225c5ae8b704408769c70bb47101042762b8 (patch) | |
tree | 2bbd0763fccacd0a35631d6ee9a2176ed836eef5 /inc/lint.h | |
parent | 5cc450b6e8554f5d982f444b9026447971c94024 (diff) |
Haskell ftw
Diffstat (limited to 'inc/lint.h')
-rw-r--r-- | inc/lint.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inc/lint.h b/inc/lint.h deleted file mode 100644 index 9c3f808..0000000 --- a/inc/lint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef LINT_H -#define LINT_H - -#include <context.h> - -void lint(struct ctx *ctx); - -#endif |