Skip to content

Commit e8783cf

Browse files
committed
629: remove commented code
1 parent d137101 commit e8783cf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

crates/df-builtins/src/insert.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ impl Default for Insert {
5454
impl Insert {
5555
pub fn new() -> Self {
5656
Self {
57-
// signature: Signature::exact(
58-
// vec![
59-
// DataType::Utf8,
60-
// DataType::Int64,
61-
// DataType::Int64,
62-
// DataType::Utf8,
63-
// ],
64-
// Volatility::Immutable,
65-
// ),
6657
signature: Signature::one_of(
6758
vec![
6859
TypeSignature::Exact(vec![

0 commit comments

Comments
 (0)