remove duplicate export

This commit is contained in:
Brendan Hansknecht 2023-09-16 23:46:29 -07:00
parent 12223191be
commit bde293db1b
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -22,7 +22,6 @@ comptime {
exportDecFn(dec.toStr, "to_str");
exportDecFn(dec.fromU64C, "from_u64");
exportDecFn(dec.toI128, "to_i128");
exportDecFn(dec.fromF64C, "from_f64");
exportDecFn(dec.toF64, "to_f64");
exportDecFn(dec.eqC, "eq");
exportDecFn(dec.neqC, "neq");