| 906 | } |
| 907 | |
| 908 | void |
| 909 | RecDumpRecordsHt(RecT rec_type) |
| 910 | { |
| 911 | RecDebug(DL_Note, "Dumping Records:"); |
| 912 | RecDumpRecords(rec_type, debug_record_callback, nullptr); |
| 913 | } |
| 914 | |
| 915 | //------------------------------------------------------------------------- |
| 916 | // Backwards compatibility ... TODO: Should eliminate these |
nothing calls this directly
no test coverage detected