aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/checksupport.h
diff options
context:
space:
mode:
authorjohnvg2011-02-25 13:34:54 +0000
committerjohnvg2011-02-25 13:34:54 +0000
commit1f96dde0e1f9cedf75c9a6c4491d56ea24a718e0 (patch)
treef5ee19d7751f8ffe7bdc8f891039e0b9d42cb7ad /backendC/CleanCompilerSources/checksupport.h
parentremove some unused fields and variables (diff)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/checksupport.h')
-rw-r--r--backendC/CleanCompilerSources/checksupport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/checksupport.h b/backendC/CleanCompilerSources/checksupport.h
index 60759d2..0aa4ca7 100644
--- a/backendC/CleanCompilerSources/checksupport.h
+++ b/backendC/CleanCompilerSources/checksupport.h
@@ -6,8 +6,6 @@
extern char *ConvertSymbolKindToString (SymbKind skind);
extern void CheckError (char *msg1,char *msg2);
-extern void CheckNodeError (char *msg1,char *msg2,NodeP node_p);
-extern void CheckNodeSymbolError (struct symbol *symbol,char *msg,NodeP node_p);
extern void CheckSymbolError (struct symbol *symbol,char *msg);
extern void CheckWarning (char *msg1,char *msg2);
extern void CheckSymbolWarning (struct symbol *symbol,char *msg);