Skip to content

Commit

Permalink
Remove unused timer
Browse files Browse the repository at this point in the history
  • Loading branch information
janbormet committed Aug 28, 2023
1 parent 0d643f8 commit e23a58b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsibe/tsibe.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ type TSIBE struct {
F *ftkd.FTKD
}

type Timer struct {
start time.Time
end time.Time
}

func NewTSIBE(suite *pairing.SuiteBn256, t, n int, latency time.Duration) *TSIBE {
return &TSIBE{
Suite: suite,
Expand Down

0 comments on commit e23a58b

Please sign in to comment.