Skip to content

Commit

Permalink
revert "fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 21, 2024
1 parent 3823ef5 commit ec96756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c/driver/framework/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class Status {

std::memcpy(adbc_error->sqlstate, impl_->sql_state, sizeof(impl_->sql_state));
adbc_error->release = &CRelease;
adbc_error->private_driver = nullptr;
return impl_->code;
}

Expand Down

0 comments on commit ec96756

Please sign in to comment.