Commit 1f0e6450 authored by Kenton Varda's avatar Kenton Varda

Fix -Wall build: Remove bogus unnecessary foward declaration of StreamResult.

parent ca0e85ce
...@@ -97,7 +97,6 @@ class RequestHook; ...@@ -97,7 +97,6 @@ class RequestHook;
class ResponseHook; class ResponseHook;
class PipelineHook; class PipelineHook;
class ClientHook; class ClientHook;
class StreamResult;
template <typename Params, typename Results> template <typename Params, typename Results>
class Request: public Params::Builder { class Request: public Params::Builder {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment