tree.h (enum tls_model): Move ...
[gcc.git] / gcc / tree.h
index 5d1ed72df01e9f30e10b36f84d25378661bd5465..10673b913a71827389a52ef0d0837979fdf10214 100644 (file)
@@ -2571,13 +2571,6 @@ extern GTY(()) tree integer_types[itk_none];
 \f
 /* Set to the default thread-local storage (tls) model to use.  */
 
-enum tls_model {
-  TLS_MODEL_GLOBAL_DYNAMIC = 1,
-  TLS_MODEL_LOCAL_DYNAMIC,
-  TLS_MODEL_INITIAL_EXEC,
-  TLS_MODEL_LOCAL_EXEC
-};
-
 extern enum tls_model flag_tls_default;
 
 \f