Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
28d8182b
Commit
28d8182b
authored
Nov 22, 2005
by
John van Groningen
Browse files
remove unused fields im_module_info and dm_module_info
parent
c640ef69
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/syntaxtr.t
View file @
28d8182b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment