Skip to content

Commit 9e4e4e4

Browse files
committed
Fix copy and paste error in Session
1 parent fd12697 commit 9e4e4e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/sqlgen/Session.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ class Session {
8686
return conn_->write(_begin, _end);
8787
}
8888

89-
int native_socket() const noexcept;
90-
9189
/// Expose the underlying connection for now.
9290
ConnPtr connection() { return conn_; }
9391

0 commit comments

Comments
 (0)