MCPcopy Create free account
hub / github.com/LASzip/LASzip / destroySymbolModel

Method destroySymbolModel

unused/rangedecoder.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void RangeDecoder::destroySymbolModel(EntropyModel* model)
108{
109 RangeModel* m = (RangeModel*)model;
110 delete m;
111}
112
113U32 RangeDecoder::decodeBit(EntropyModel* model)
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected