]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
hadoop: remove unused variable
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 2 Nov 2011 19:01:15 +0000 (12:01 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Thu, 3 Nov 2011 02:51:24 +0000 (19:51 -0700)
Remove CephFileSystem.debug as log4j is now
used for debug level control.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/client/hadoop/ceph/CephFileSystem.java

index f83e218ebb481f1dab81e59791107f39ca17402d..d0ce44119a9515eca77356ff623bfd11c54e9816 100644 (file)
@@ -72,7 +72,6 @@ public class CephFileSystem extends FileSystem {
   private final Path root;
   private CephFS ceph = null;
 
-  private boolean debug = false;
   private String fs_default_name;
 
   /**