diff options
Diffstat (limited to 'src/ir.cff')
| -rw-r--r-- | src/ir.cff | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ir.cff b/src/ir.cff deleted file mode 100644 index 8b28746..0000000 --- a/src/ir.cff +++ /dev/null @@ -1,10 +0,0 @@ -import "ir.hff"; - -extern fn mkirctx(alloc *Allocator) *IRCtx { - let ctx *IRCtx = anew(alloc, IRCtx); - ctx.alloc = alloc; - return ctx; -} - -extern fn ir_free(IR *IRCtx) void { -} |