diff cmdline/org/tmatesoft/hg/console/Remote.java @ 150:6b55f10ef54b

Unused variables removed.
author Alexander Kitaev <kitaev@gmail.com>
date Thu, 24 Feb 2011 18:53:33 +0100
parents 46291ec605a0
children 643ddec3be36
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Remote.java	Thu Feb 24 18:52:46 2011 +0100
+++ b/cmdline/org/tmatesoft/hg/console/Remote.java	Thu Feb 24 18:53:33 2011 +0100
@@ -53,7 +53,6 @@
 	 cmd=branchmap
 	 */
 	public static void main(String[] args) throws Exception {
-		String nid = "d6d2a630f4a6d670c90a5ca909150f2b426ec88f";
 		ConfigFile cfg = new Internals().newConfigFile();
 		cfg.addLocation(new File(System.getProperty("user.home"), ".hgrc"));
 		String svnkitServer = cfg.getSection("paths").get("svnkit");