Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-kyle committed Jul 10, 2024
1 parent b0fc196 commit 5264d83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clj_uuid/constants.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@
(def ^:const +ub8-mask+ 0x00000000000000ff)
(def ^:const +ub4-mask+ 0x000000000000000f)
(def ^:const +ub1-mask+ 0x0000000000000001)

(def ^:const +max-counter+ 0xfff)

0 comments on commit 5264d83

Please sign in to comment.