Skip to content

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
liyamahendra committed Sep 6, 2022
1 parent 9686c11 commit a796a5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ const CONST = {
LEAVE_ROOM: 'leaveRoom',
},
PROFILE_SETTINGS_FORM: 'profileSettingsForm',
MAX_64BIT_LEFT_HALF: 9223372036,
MAX_64BIT_RIGHT_HALF: 854775807,

// These split the maximum decimal value of a signed 64-bit number (9,223,372,036,854,775,807) into parts where none of them are too big to fit into a 32-bit number, so that we can
// generate them each with a random number generator with only 32-bits of precision.
Expand Down

0 comments on commit a796a5b

Please sign in to comment.