diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-12-17 23:59:30 +0000 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-12-18 20:34:10 +0000 |
| commit | 242bb4469547c322081ad15a84019486aedbc74d (patch) | |
| tree | 0b416f181051c9d842b7a33e9eba137b5225d17c /src/Value.zig | |
| parent | f857bf72e2239718bbbe4cba08d6961ad77fc69a (diff) | |
| download | zig-242bb4469547c322081ad15a84019486aedbc74d.tar.gz zig-242bb4469547c322081ad15a84019486aedbc74d.zip | |
compiler: move `RuntimeIndex` to `Sema`
Just a small refactor.
Diffstat (limited to 'src/Value.zig')
| -rw-r--r-- | src/Value.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Value.zig b/src/Value.zig index dd27aaced2..59fbdf67d5 100644 --- a/src/Value.zig +++ b/src/Value.zig @@ -3710,8 +3710,6 @@ pub fn makeBool(x: bool) Value { return if (x) Value.true else Value.false; } -pub const RuntimeIndex = InternPool.RuntimeIndex; - /// `parent_ptr` must be a single-pointer to some optional. /// Returns a pointer to the payload of the optional. /// May perform type resolution. |
