You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2014/07/28 11:32:13 UTC

git commit: TS-2963: remove unused declaration for VConnectionHandler function pointer

Repository: trafficserver
Updated Branches:
  refs/heads/master 78e291fdf -> ec26a04b0


TS-2963: remove unused declaration for VConnectionHandler function pointer

this means we can also remove the forward declaration of the class
itself


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

Branch: refs/heads/master
Commit: ec26a04b0b8392b8d5dd06250a2b00a18430a716
Parents: 78e291f
Author: Igor Galić <i....@brainsware.org>
Authored: Mon Jul 28 11:27:59 2014 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Mon Jul 28 11:27:59 2014 +0200

----------------------------------------------------------------------
 iocore/eventsystem/I_VConnection.h | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ec26a04b/iocore/eventsystem/I_VConnection.h
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/I_VConnection.h b/iocore/eventsystem/I_VConnection.h
index 1803977..d4ca8a3 100644
--- a/iocore/eventsystem/I_VConnection.h
+++ b/iocore/eventsystem/I_VConnection.h
@@ -115,9 +115,6 @@
 //      Support Data Structures
 //
 //////////////////////////////////////////////////////////////////////////////
-  class VConnection;
-
-typedef int (VConnection::*VConnectionHandler) (int event, void *data);
 
 /** Used in VConnection::shutdown(). */
 enum ShutdownHowTo_t