Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Dec 10, 2024
1 parent d488aaa commit 224661c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/src/kotlin/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ impl<'tcx> KotlinFormatter<'tcx> {

pub fn fmt_primitive_to_native_conversion(&self, name: &str, prim: PrimitiveType) -> String {
match prim {
// PrimitiveType::Bool => format!("{name}.toByte()"),
PrimitiveType::Int(IntType::U8) => format!("{name}.toByte()"),
PrimitiveType::Int(IntType::U16) => format!("{name}.toShort()"),
PrimitiveType::Int(IntType::U32) => format!("{name}.toInt()"),
Expand Down

0 comments on commit 224661c

Please sign in to comment.