remove comment

This commit is contained in:
pedrocarlo
2025-02-19 00:05:56 -03:00
parent 0c5696c26a
commit 409297cfdd

View File

@@ -3760,7 +3760,6 @@ fn cast_text_to_numeric(text: &str) -> OwnedValue {
CastTextToIntResultCode::TooLargeOrMalformed | CastTextToIntResultCode::SpecialCase,
) => real_cast,
(CastTextToRealResultCode::PureInt, CastTextToIntResultCode::Success) => int_cast,
// CastTextToRealResultCode::NotValid => (),
_ => real_cast,
}
}