Commit 36db2045 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Remove external delete function call.

parent 2fc79095
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ void InputPacketStreamFileTest::test()
	while(!eof) {
		if(p != 0) {
			count++;
			p->deleteExternalByteStream();
		}
		else
			countbad++;