summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-02-13 23:32:07 -0500
committerAdrian Thurston <thurston@complang.org>2015-02-13 23:32:07 -0500
commitc61aaeda6a00d6133cd8042c6a978291ddd44bec (patch)
tree5ddb55cfd20ccb1b8cd5ed309de75743f0012428 /src/compiler.h
parent3151be71170cd2ac01567d6277ccf5019a647bc9 (diff)
downloadcolm-c61aaeda6a00d6133cd8042c6a978291ddd44bec.tar.gz
cleanup of the GenericType struct
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.h b/src/compiler.h
index e7ba7bff..a79af2d6 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -807,7 +807,6 @@ struct Compiler
void resolveTranslateBlock( LangEl *langEl );
void resolveReductionCode( Production *prod );
void resolveParseTree();
- void resolveGenericTypes();
void compileFunction( Function *func, CodeVect &code );
void compileFunction( Function *func );