This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a9a1024 Remove unused Http2Stream destructor
a9a1024 is described below
commit a9a10247c4979753d9b9f9f4a69d2cc92d1f796c
Author: Masaori Koshiba <[email protected]>
AuthorDate: Thu Dec 20 13:27:18 2018 +0900
Remove unused Http2Stream destructor
---
proxy/http2/Http2Stream.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxy/http2/Http2Stream.h b/proxy/http2/Http2Stream.h
index bc74c72..8286acc 100644
--- a/proxy/http2/Http2Stream.h
+++ b/proxy/http2/Http2Stream.h
@@ -59,7 +59,6 @@ public:
response_header.create(HTTP_TYPE_RESPONSE);
}
- ~Http2Stream() { this->destroy(); }
int main_event_handler(int event, void *edata);
void destroy() override;