From 2f8c92f261586f68a976efce0cfcdd0401f402e0 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:37:11 +0300 Subject: dont try to understand it, feel it --- pkg/classes/stop.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkg/classes/stop.go (limited to 'pkg/classes/stop.go') diff --git a/pkg/classes/stop.go b/pkg/classes/stop.go deleted file mode 100644 index 96bc1e4..0000000 --- a/pkg/classes/stop.go +++ /dev/null @@ -1,15 +0,0 @@ -package classes - -import ( - "github.com/pektezol/bitreader" -) - -type Stop struct { - RemainingData []byte -} - -func (stop *Stop) ParseStop(reader *bitreader.Reader) { - if reader.TryReadBool() { - stop.RemainingData = reader.TryReadBitsToSlice(uint64(reader.TryReadRemainingBits())) - } -} -- cgit v1.2.3