You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/01/14 23:32:56 UTC

git commit: TS-1609 Fix build issues with gcc-4.7 related to the Cop changes

Updated Branches:
  refs/heads/master ba8e73908 -> 02d5a927f


TS-1609 Fix build issues with gcc-4.7 related to the Cop changes


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

Branch: refs/heads/master
Commit: 02d5a927ff27f4189c9dffe1f175e2ee1210ccf4
Parents: ba8e739
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jan 14 15:32:23 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jan 14 15:32:23 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/02d5a927/cop/TrafficCop.cc
----------------------------------------------------------------------
diff --git a/cop/TrafficCop.cc b/cop/TrafficCop.cc
index 7f05fd5..f2f047b 100644
--- a/cop/TrafficCop.cc
+++ b/cop/TrafficCop.cc
@@ -243,8 +243,6 @@ sig_term(int signum)
 {
   pid_t pid = 0;
   int status = 0;
-  int err;
-  pid_t holding_pid;
 
   //killsig = SIGTERM;