REM:
1. 移除多余代码
This commit is contained in:
HuangXin 2021-01-26 10:45:20 +08:00
parent 85214d2326
commit da189c151f
1 changed files with 0 additions and 5 deletions

View File

@ -187,11 +187,6 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
disposeObjectCache.remove(entry.getKey()); disposeObjectCache.remove(entry.getKey());
} }
} }
// for (String v : disposeObjectCache.keySet()) {
// if (disposeObjectCache.get(v).equals(objName)) {
// disposeObjectCache.remove(v);
// }
// }
return ErrorCode.ERR_OK; return ErrorCode.ERR_OK;
} }