MCPcopy Create free account
hub / github.com/anjo76/angelscript / Remove

Method Remove

sdk/angelscript/source/as_bytecode.cpp:2965–2971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2963}
2964
2965void asCByteInstruction::Remove()
2966{
2967 if( prev ) prev->next = next;
2968 if( next ) next->prev = prev;
2969 prev = 0;
2970 next = 0;
2971}
2972
2973END_AS_NAMESPACE
2974

Callers 1

RemoveLastInstrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected