From 124917f1e80382ee67921c9f58e4f36446e4446e Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 22 Nov 2005 11:51:15 +0000 Subject: 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 --- backendC/CleanCompilerSources/syntaxtr.t | 8 -------- 1 file changed, 8 deletions(-) (limited to 'backendC/CleanCompilerSources') 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 -- cgit v1.2.3