aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 797897e425..0b4efd8415 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -1508,13 +1508,9 @@ struct CodeGen {
bool linker_rdynamic;
const char *linker_script;
- // The function definitions this module includes. There must be a corresponding
- // fn_protos entry.
+ // The function definitions this module includes.
ZigList<FnTableEntry *> fn_defs;
size_t fn_defs_index;
- // The function prototypes this module includes. In the case of external declarations,
- // there will not be a corresponding fn_defs entry.
- ZigList<FnTableEntry *> fn_protos;
ZigList<TldVar *> global_vars;
OutType out_type;