| 998 | } |
| 999 | |
| 1000 | void fxUnstripCallbacks(txLinker* linker) |
| 1001 | { |
| 1002 | txLinkerCallback* linkerCallback = linker->firstCallback; |
| 1003 | while (linkerCallback) { |
| 1004 | linkerCallback->flag = 1; |
| 1005 | linkerCallback = linkerCallback->nextCallback; |
| 1006 | } |
| 1007 | } |
| 1008 | |
| 1009 | void fxUnuseSymbol(txLinker* linker, txID id) |
| 1010 | { |
no outgoing calls
no test coverage detected