diff options
| author | Josh Wolfe <thejoshwolfe@gmail.com> | 2017-09-20 19:49:55 -0700 |
|---|---|---|
| committer | Josh Wolfe <thejoshwolfe@gmail.com> | 2017-09-20 19:49:55 -0700 |
| commit | c3814eee261a2e0a290f78271391df35c3d14b22 (patch) | |
| tree | a07545d1a19489548fae37cbe1a98132d8d71a0a /src/analyze.cpp | |
| parent | c10b052ceec96b0e927a3365708798a860696cbf (diff) | |
| parent | 9cdb5dec7aed4a1f692f4ddac034d1f944c0a837 (diff) | |
| download | zig-c3814eee261a2e0a290f78271391df35c3d14b22.tar.gz zig-c3814eee261a2e0a290f78271391df35c3d14b22.zip | |
Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig
Diffstat (limited to 'src/analyze.cpp')
| -rw-r--r-- | src/analyze.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp index f20d155e4f..e0d34be281 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -163,10 +163,6 @@ static TypeTableEntry *new_container_type_entry(TypeTableEntryId id, AstNode *so return entry; } -static uint8_t log2_u64(uint64_t x) { - return (63 - clzll(x)); -} - static uint8_t bits_needed_for_unsigned(uint64_t x) { if (x == 0) { return 0; |
