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

Method destroyBitModel

src/arithmeticdecoder.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void ArithmeticDecoder::destroyBitModel(ArithmeticBitModel* m)
142{
143 delete m;
144}
145
146ArithmeticModel* ArithmeticDecoder::createSymbolModel(U32 n)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected