Skip to content

Commit 3a832df

Browse files
amabluea-maurice
authored andcommitted
Removed erroneous reference to typedef Tag Tag.
I was overzealous with my find/replace. PiperOrigin-RevId: 269856708
1 parent a70c9fa commit 3a832df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

database/src/desktop/connection/persistent_connection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ typedef SharedPtr<Response> ResponsePtr;
100100

101101
class PersistentConnection : public ConnectionEventHandler {
102102
public:
103-
// Tag for listen request/response
104-
typedef Tag Tag;
105-
106103
explicit PersistentConnection(App* app, const HostInfo& info,
107104
PersistentConnectionEventHandler* event_handler,
108105
scheduler::Scheduler* scheduler,

0 commit comments

Comments
 (0)