diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2018-12-18 15:48:26 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2018-12-18 15:48:26 -0500 |
| commit | e077a446566b0aa77a121f9554f3cb355899653a (patch) | |
| tree | 1fce8c2ab0559b96f8e262f06eaf6c2ab827e199 /src/all_types.hpp | |
| parent | f75262b79f0656ebfac7fb5bd2d6d8e8cce01258 (diff) | |
| download | zig-e077a446566b0aa77a121f9554f3cb355899653a.tar.gz zig-e077a446566b0aa77a121f9554f3cb355899653a.zip | |
ir: delete dead code
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index 83b7e8495f..11304e536d 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -605,7 +605,6 @@ enum CastOp { CastOpFloatToInt, CastOpBoolToInt, CastOpResizeSlice, - CastOpBytesToSlice, CastOpNumLitToConcrete, CastOpErrSet, CastOpBitCast, |
