diff options
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 2b8d8e6e3e3..f81826fe4cf 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.39 2008/03/10 12:55:13 mha Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.40 2008/03/16 16:42:44 mha Exp $ * *------------------------------------------------------------------------- */ @@ -38,15 +38,6 @@ union config_var_value }; /* - * Enum values are made up of an array of name-value pairs - */ -struct config_enum_entry -{ - const char *name; - int val; -}; - -/* * Groupings to help organize all the run-time options for display */ enum config_group |