Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey committed Jul 17, 2022
1 parent ca88c6e commit 06ee608
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assembly/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { CharCode } from "util/string";
import { u128 } from "./integer/u128";
import { u256 } from "./integer/u256";

// @ts-ignore: decorator
@lazy const HEX_CHARS = '0123456789abcdef';

// @ts-ignore: decorator
@lazy const MaxBaseForExponent128: u64[] = [
u64.MAX_VALUE, // 0
Expand Down

0 comments on commit 06ee608

Please sign in to comment.