summaryrefslogtreecommitdiff
path: root/src/include/util_Table.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-17 22:09:43 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-17 22:09:43 +0000
commitefc4605ac61d45685fa7251457a51ea2df58c781 (patch)
tree6855b4adc91832fe47fb9bc494a5dc4451e2dcae /src/include/util_Table.h
parent2923fef759991ba481b0afd2820695458976e1ba (diff)
A revised version of the tables source code with auto-destroy
completely removed. (I also changed the standalone test suite correspondingly.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2581 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/util_Table.h')
-rw-r--r--src/include/util_Table.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/util_Table.h b/src/include/util_Table.h
index a28bf56f..16a750c4 100644
--- a/src/include/util_Table.h
+++ b/src/include/util_Table.h
@@ -50,13 +50,6 @@ extern "C"
#define UTIL_TABLE_FLAGS_CASE_INSENSITIVE 0x1
/*@@
- @defines UTIL_TABLE_FLAGS_AUTO_DESTROY
- @desc flags-word macro: automagically destroy this table
- when the *next* table is created
- @@*/
-#define UTIL_TABLE_FLAGS_AUTO_DESTROY 0x2
-
-/*@@
@defines UTIL_TABLE_FLAGS_USER_DEFINED_BASE
@desc flags-word macro: user-defined flags word bit masks
should use only this and higher bit positions (i.e.