Changeset 10113
- Timestamp:
- Nov 20, 2006, 2:01:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r10074 r10113 42 42 PS_ASSERT_PTR_NON_NULL(config, false); 43 43 44 #if 0 44 bool status = true; 45 45 CREATE_TABLE(expTagCounterCreateTable); 46 46 // the counter must be initialized to 0 … … 49 49 status = false; 50 50 } 51 #endif52 53 bool status = true;54 51 CREATE_TABLE(summitExpCreateTable); 55 52 CREATE_TABLE(summitImfileCreateTable); … … 120 117 } 121 118 122 //DROP_TABLE(expTagCounterDropTable);119 DROP_TABLE(expTagCounterDropTable); 123 120 DROP_TABLE(summitExpDropTable); 124 121 DROP_TABLE(summitImfileDropTable);
Note:
See TracChangeset
for help on using the changeset viewer.
