Skip to content

Commit

Permalink
Test CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Apr 26, 2024
1 parent a8e8a92 commit f6a4f0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/v2/picocrypt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ import (
"golang.org/x/term"
)

var KiB = 1 << 10
var MiB = 1 << 20
var GiB = 1 << 30
var TiB = 1 << 40
var rs5, _ = infectious.NewFEC(5, 15)
var rs16, _ = infectious.NewFEC(16, 48)
var rs24, _ = infectious.NewFEC(24, 72)
Expand Down

0 comments on commit f6a4f0e

Please sign in to comment.