This commit is contained in:
Folkert 2021-11-21 19:20:05 +01:00
parent dc44eaac97
commit 7fc79c3d40
6 changed files with 20 additions and 23 deletions

View file

@ -975,7 +975,6 @@ pub fn listRange(width: utils.IntWidth, low: Opaque, high: Opaque) callconv(.C)
.I32 => helper1(i32, low, high),
.I64 => helper1(i64, low, high),
.I128 => helper1(i128, low, high),
.Usize => helper1(usize, low, high),
};
}