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/09/10 17:09:59 UTC

[33/48] git commit: Remove undefined INK_LOCKFILE_INCLUDE_REDUCED

Remove undefined INK_LOCKFILE_INCLUDE_REDUCED


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

Branch: refs/heads/5.0.x
Commit: 8489d51a26e618e169aea62da029b57d80e05937
Parents: f2882b8
Author: James Peach <jp...@apache.org>
Authored: Sat Sep 7 21:42:13 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Sat Sep 7 21:42:13 2013 -0700

----------------------------------------------------------------------
 lib/ts/ink_lockfile.h | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8489d51a/lib/ts/ink_lockfile.h
----------------------------------------------------------------------
diff --git a/lib/ts/ink_lockfile.h b/lib/ts/ink_lockfile.h
index 1448af7..93fea02 100644
--- a/lib/ts/ink_lockfile.h
+++ b/lib/ts/ink_lockfile.h
@@ -24,17 +24,13 @@
 #ifndef __INK_LOCKFILE_H__
 #define __INK_LOCKFILE_H__
 
-#ifndef INK_LOCKFILE_INCLUDE_REDUCED
 #include "ink_resource.h"
-#endif
 #include "ink_defs.h"
 #include "ink_string.h"
 
-#ifndef INK_LOCKFILE_INCLUDE_REDUCED
 #define COP_LOCK       "cop.lock"
 #define MANAGER_LOCK   "manager.lock"
 #define SERVER_LOCK    "server.lock"
-#endif
 
 class Lockfile
 {