Skip to content

Commit d454afa

Browse files
committed
1
1 parent 632ec79 commit d454afa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/iceberg/expression/literal.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ std::string Literal::ToString() const {
405405
auto unsupported_error = [this]() {
406406
return std::format("ToString not supported for type: {}", type_->ToString());
407407
};
408-
auto invalid_argument = [this]() {
409-
return std::format("Invalid argument for type: {}", type_->ToString());
410-
};
411408

412409
if (std::holds_alternative<BelowMin>(value_)) {
413410
return "belowMin";

0 commit comments

Comments
 (0)