diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index a5b8fa1..e3ae91f 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -674,17 +674,6 @@ extern int flag_no_gnu_keywords; extern int flag_implement_inlines; -/* Nonzero means do emit exported implementations of templates, instead of - multiple static copies in each file that needs a definition. */ - -extern int flag_external_templates; - -/* Nonzero means that the decision to emit or not emit the implementation of a - template depends on where the template is instantiated, rather than where - it is defined. */ - -extern int flag_alt_external_templates; - /* Nonzero means that implicit instantiations will be emitted if needed. */ extern int flag_implicit_templates; |