Skip to content

Commit

Permalink
remove msgpack support
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 21, 2020
1 parent 3700649 commit a60db96
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 3,599 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ roaring-fuzz.zip
workdir
coverage.out
testdata/all3.classic
testdata/all3.msgp.snappy
2 changes: 0 additions & 2 deletions arraycontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"fmt"
)

//go:generate msgp -unexported

type arrayContainer struct {
content []uint16
}
Expand Down
134 changes: 0 additions & 134 deletions arraycontainer_gen.go

This file was deleted.

125 changes: 0 additions & 125 deletions arraycontainer_gen_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions bitmapcontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"unsafe"
)

//go:generate msgp -unexported

type bitmapContainer struct {
cardinality int
bitmap []uint64
Expand Down
Loading

0 comments on commit a60db96

Please sign in to comment.