diff src/org/tmatesoft/hg/core/HgStatusCommand.java @ 150:6b55f10ef54b

Unused variables removed.
author Alexander Kitaev <kitaev@gmail.com>
date Thu, 24 Feb 2011 18:53:33 +0100
parents 1a7a9a20e1f9
children d51f1c6aaa28
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatusCommand.java	Thu Feb 24 18:52:46 2011 +0100
+++ b/src/org/tmatesoft/hg/core/HgStatusCommand.java	Thu Feb 24 18:53:33 2011 +0100
@@ -41,7 +41,6 @@
 
 	private int startRevision = TIP;
 	private int endRevision = WORKING_COPY; 
-	private boolean visitSubRepo = true;
 	
 	private final Mediator mediator = new Mediator();
 
@@ -152,7 +151,6 @@
 	}
 
 	public HgStatusCommand subrepo(boolean visit) {
-		visitSubRepo  = visit;
 		throw HgRepository.notImplemented();
 	}