rearrange Pipeline to have more functionality in PipelineBase
[folly.git] / folly / wangle / channel / StaticPipeline.h
index a5d2e893eb5126d44a88fda999345390e195dbcb..ef4a804a8da80af7878be66d1fc9d66454f9a506 100644 (file)
@@ -131,7 +131,7 @@ class StaticPipeline<R, W, Handler, Handlers...>
 
   bool isFirst_;
   std::shared_ptr<Handler> handlerPtr_;
-  typename ContextType<Handler, Pipeline<R, W>>::type ctx_;
+  typename ContextType<Handler>::type ctx_;
 };
 
 }} // folly::wangle