Remove unused variable.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@406293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -237,7 +237,6 @@ public final class WeakHashtable extends Hashtable {
|
|||||||
purgeOne();
|
purgeOne();
|
||||||
}
|
}
|
||||||
|
|
||||||
Object result = null;
|
|
||||||
Referenced keyRef = new Referenced(key, queue);
|
Referenced keyRef = new Referenced(key, queue);
|
||||||
return super.put(keyRef, value);
|
return super.put(keyRef, value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user