aboutsummaryrefslogtreecommitdiff
path: root/interfaces.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-12 20:13:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-12 20:13:19 -0400
commit02fe49a7646807964d214605a478c90d82d2c8a3 (patch)
treef732f3db3b6d7e2eebed68dc4c6f1af57a313279 /interfaces.h
parent934fd8a173ccad9aa1291c658dbac712eef78b4b (diff)
Deprecate interfaces (RIP)
Diffstat (limited to 'interfaces.h')
-rw-r--r--interfaces.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/interfaces.h b/interfaces.h
deleted file mode 100644
index 47dc4790..00000000
--- a/interfaces.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-// Compilation of user-defined interfaces
-
-#include "ast.h"
-#include "environment.h"
-
-void compile_interface_def(env_t *env, ast_t *ast);
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0