aboutsummaryrefslogtreecommitdiff
path: root/stmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.h')
-rw-r--r--stmt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/stmt.h b/stmt.h
deleted file mode 100644
index 668f769..0000000
--- a/stmt.h
+++ /dev/null
@@ -1,4 +0,0 @@
-struct func;
-struct scope;
-
-void stmt(struct func *, struct scope *);