diff options
author | johnvg | 2005-11-22 11:51:15 +0000 |
---|---|---|
committer | johnvg | 2005-11-22 11:51:15 +0000 |
commit | 124917f1e80382ee67921c9f58e4f36446e4446e (patch) | |
tree | 784aa72e275d896ebb3d3951edeaa65337e0fe63 /backendC | |
parent | remove unused constructor WildCard (diff) |
remove unused fields im_module_info and dm_module_info
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1568 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/syntaxtr.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/backendC/CleanCompilerSources/syntaxtr.t b/backendC/CleanCompilerSources/syntaxtr.t index e7d6964..1ade765 100644 --- a/backendC/CleanCompilerSources/syntaxtr.t +++ b/backendC/CleanCompilerSources/syntaxtr.t @@ -836,10 +836,6 @@ typedef struct { struct symbol_def * im_start; Bool im_main; DefMod im_def_module; - -#ifdef SHORT_CLASS_NAMES - struct module_info * im_module_info; -#endif #if IMPORT_OBJ_AND_LIB struct string_list * im_imported_objs; struct string_list * im_imported_libs; @@ -858,10 +854,6 @@ struct def_repr { AbsTypes dm_abs_types; RuleTypes dm_rules; Bool dm_system_module; - -#ifdef SHORT_CLASS_NAMES - struct module_info * dm_module_info; -#endif #if WRITE_DCL_MODIFICATION_TIME ModuleFileTime dm_modification_time; #endif |