aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen_wasm.h')
-rw-r--r--src/codegen_wasm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/codegen_wasm.h b/src/codegen_wasm.h
deleted file mode 100644
index 1089154..0000000
--- a/src/codegen_wasm.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef DUCC_CODEGEN_WASM_H
-#define DUCC_CODEGEN_WASM_H
-
-#include "ast.h"
-
-void codegen_wasm(Program* prog, FILE* out);
-
-#endif