We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd12697 commit 9e4e4e4Copy full SHA for 9e4e4e4
1 file changed
include/sqlgen/Session.hpp
@@ -86,8 +86,6 @@ class Session {
86
return conn_->write(_begin, _end);
87
}
88
89
- int native_socket() const noexcept;
90
-
91
/// Expose the underlying connection for now.
92
ConnPtr connection() { return conn_; }
93
0 commit comments