Skip to content

Commit

Permalink
remove unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Feb 4, 2024
1 parent 6798822 commit bbf2e02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/handler/create_sql_function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ pub async fn handle_create_sql_function(
)
.into());
}

binder.unset_udf_binding_flag();
}

// Create the actual function, will be stored in function catalog
Expand Down

0 comments on commit bbf2e02

Please sign in to comment.