Remove unused PluginVC::is_over_ssl()

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e2a40e6c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e2a40e6c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e2a40e6c

Branch: refs/heads/5.0.x
Commit: e2a40e6cccf6f568fe98727c4469ab8e7dcd9cdf
Parents: 4c09fff
Author: James Peach <[email protected]>
Authored: Mon Apr 14 14:47:41 2014 -0700
Committer: James Peach <[email protected]>
Committed: Tue Apr 15 17:18:10 2014 -0700

----------------------------------------------------------------------
 proxy/PluginVC.h | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e2a40e6c/proxy/PluginVC.h
----------------------------------------------------------------------
diff --git a/proxy/PluginVC.h b/proxy/PluginVC.h
index 83277de..d770de5 100644
--- a/proxy/PluginVC.h
+++ b/proxy/PluginVC.h
@@ -87,11 +87,6 @@ public:
 
   virtual VIO *do_io_write(Continuation * c = NULL, int64_t nbytes = 
INT64_MAX, IOBufferReader * buf = 0, bool owner = false);
 
-  virtual bool is_over_ssl()
-  {
-    return (false);
-  }
-
   virtual void do_io_close(int lerrno = -1);
   virtual void do_io_shutdown(ShutdownHowTo_t howto);
 

Reply via email to