You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/08/11 05:16:12 UTC

git commit: Fix compile problems with zwoop style - deleted code compiles cleanly.

Repository: trafficserver
Updated Branches:
  refs/heads/master bf084bb24 -> e978ff1e4


Fix compile problems with zwoop style - deleted code compiles cleanly.


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

Branch: refs/heads/master
Commit: e978ff1e4760cf69dd2e9b65c3bc81be965f36e1
Parents: bf084bb
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Sun Aug 10 22:15:08 2014 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Sun Aug 10 22:15:08 2014 -0500

----------------------------------------------------------------------
 proxy/Main.cc | 7 -------
 proxy/Main.h  | 1 -
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e978ff1e/proxy/Main.cc
----------------------------------------------------------------------
diff --git a/proxy/Main.cc b/proxy/Main.cc
index f7c8555..4f3654d 100644
--- a/proxy/Main.cc
+++ b/proxy/Main.cc
@@ -164,13 +164,6 @@ static volatile int delay_listen_for_cache_p = 0;
 
 AppVersionInfo appVersionInfo;  // Build info for this application
 
-const Version version = {
-  {CACHE_DB_MAJOR_VERSION, CACHE_DB_MINOR_VERSION},     // cacheDB
-  {CACHE_DIR_MAJOR_VERSION, CACHE_DIR_MINOR_VERSION},   // cacheDir
-  {CLUSTER_MAJOR_VERSION, CLUSTER_MINOR_VERSION},       // current clustering
-  {MIN_CLUSTER_MAJOR_VERSION, MIN_CLUSTER_MINOR_VERSION}       // min clustering
-};
-
 static const ArgumentDescription argument_descriptions[] = {
   {"net_threads", 'n', "Number of Net Threads", "I", &num_of_net_threads, "PROXY_NET_THREADS", NULL},
   {"cluster_threads", 'Z', "Number of Cluster Threads", "I", &num_of_cluster_threads, "PROXY_CLUSTER_THREADS", NULL},

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e978ff1e/proxy/Main.h
----------------------------------------------------------------------
diff --git a/proxy/Main.h b/proxy/Main.h
index f5e5d91..4006a65 100644
--- a/proxy/Main.h
+++ b/proxy/Main.h
@@ -77,7 +77,6 @@ maintainance_mode()
   return (command_flag ? true : false);
 }
 
-extern const Version version;
 extern AppVersionInfo appVersionInfo;
 
 #endif /* _Main_h_ */