Gitweb: http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=264d1b5ea71... Commit: 264d1b5ea71b3f23c3f249b25f7b19fb9397fb87 Parent: 079325c492e5a5a8c43111fe30f0c09fc6f1019f Author: David Teigland teigland@redhat.com AuthorDate: Thu Oct 6 13:08:30 2011 -0500 Committer: David Teigland teigland@redhat.com CommitterDate: Thu Oct 6 13:08:30 2011 -0500
dlm_tool: remove unused line
Signed-off-by: David Teigland teigland@redhat.com --- dlm_tool/main.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlm_tool/main.c b/dlm_tool/main.c index 3523cce..776aa64 100644 --- a/dlm_tool/main.c +++ b/dlm_tool/main.c @@ -53,8 +53,6 @@ static int verbose; static int wide; static int summarize;
-#define VERSION "master" - #define MAX_LS 128 #define MAX_NODES 128
cluster-commits@lists.stg.fedorahosted.org