diff --git a/source/tlang/compiler/codegen/emit/core.d b/source/tlang/compiler/codegen/emit/core.d index c33f713e..11f37cd5 100644 --- a/source/tlang/compiler/codegen/emit/core.d +++ b/source/tlang/compiler/codegen/emit/core.d @@ -19,17 +19,4 @@ public abstract class CodeEmitter } public abstract void emit(); -} - - -/** -* Emittable -* -* All structures that can emit code go under here -* -* TODO: Remove this (unused) -*/ -public interface Emittable -{ - public string emit(); } \ No newline at end of file