Updated Branches:
  refs/heads/master 04311e0c6 -> 4482078b0

TS-1217 cop cleanup

in order to make TS-1208 a clean patch, remove unused variables & defines


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

Branch: refs/heads/master
Commit: d4607a210e6b8f836680c9a4221598861b009804
Parents: 04311e0
Author: Zhao Yongming <[email protected]>
Authored: Wed Apr 18 15:18:47 2012 +0800
Committer: Zhao Yongming <[email protected]>
Committed: Sat Apr 28 02:35:48 2012 +0800

----------------------------------------------------------------------
 CHANGES           |    2 ++
 cop/TrafficCop.cc |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d4607a21/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index d56e86f..07cbd2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 3.1.4
+  *) [TS-1217] cop cleanup, remove unused variables & defines
+
   *) [TS-1209] Allow for background fill even when a transform plugin is
    the producer. Author: Robert Logue.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d4607a21/cop/TrafficCop.cc
----------------------------------------------------------------------
diff --git a/cop/TrafficCop.cc b/cop/TrafficCop.cc
index 477c19d..57cd78d 100644
--- a/cop/TrafficCop.cc
+++ b/cop/TrafficCop.cc
@@ -48,7 +48,6 @@ union semun
 
 #define OPTIONS_MAX     32
 #define OPTIONS_LEN_MAX 1024
-#define MAX_PROXY_PORTS 48
 
 #ifndef WAIT_ANY
 #define WAIT_ANY (pid_t) -1

Reply via email to