[Zrouter-src] ZRouter.org: push to zconf++ zconf++/json_reader.cc

zrouter-src at zrouter.org zrouter-src at zrouter.org
Mon Jan 23 17:24:01 UTC 2012


details:   /rev/e94d6f37ea4a
changeset: 49:e94d6f37ea4a
user:      "Nicolai Petri <nicolai at petri.dk>"
date:      Mon Jan 23 18:21:58 2012 +0100
description:
Comment out un-used variabl

diffstat:

 zconf++/json_reader.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2d8b7bc940de -r e94d6f37ea4a zconf++/json_reader.cc
--- a/zconf++/json_reader.cc	Mon Jan 23 18:21:28 2012 +0100
+++ b/zconf++/json_reader.cc	Mon Jan 23 18:21:58 2012 +0100
@@ -273,7 +273,7 @@
 
 	bool
 	Reader::readComment() {
-		Location commentBegin = current_ - 1;
+		//Location commentBegin = current_ - 1;
 		Char c = getNextChar();
 		bool successful = false;
 		if ( c == '*' )


More information about the Zrouter-src mailing list