Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/Internals.java @ 150:6b55f10ef54b
Unused variables removed.
author | Alexander Kitaev <kitaev@gmail.com> |
---|---|
date | Thu, 24 Feb 2011 18:53:33 +0100 |
parents | 46291ec605a0 |
children | 706bcc7cfee4 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Internals.java Thu Feb 24 18:52:46 2011 +0100 +++ b/src/org/tmatesoft/hg/internal/Internals.java Thu Feb 24 18:53:33 2011 +0100 @@ -32,7 +32,6 @@ */ public class Internals { - private int revlogVersion = 0; private int requiresFlags = 0; private List<Filter.Factory> filterFactories; @@ -41,7 +40,6 @@ } public/*for tests, otherwise pkg*/ void setStorageConfig(int version, int flags) { - revlogVersion = version; requiresFlags = flags; }