| 156 | } |
| 157 | |
| 158 | txConflictTable* fxNewConflictTable(txLinker* linker, txID id) |
| 159 | { |
| 160 | txConflictTable* result = fxNewLinkerChunkClear(linker, sizeof(txConflictTable)); |
| 161 | result->id = id; |
| 162 | return result; |
| 163 | } |
| 164 | |
| 165 | void fxOptimize(txMachine* the) |
| 166 | { |
no test coverage detected