remove unused code
This commit is contained in:
parent
906c7dea45
commit
771947a958
|
@ -899,9 +899,10 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
|||
return res;
|
||||
}
|
||||
|
||||
private boolean hasTooCostlyExpansion(ValueSet valueset) {
|
||||
return valueset != null && valueset.hasExpansion() && ToolingExtensions.hasExtension(valueset.getExpansion(), ToolingExtensions.EXT_EXP_TOOCOSTLY);
|
||||
}
|
||||
// private boolean hasTooCostlyExpansion(ValueSet valueset) {
|
||||
// return valueset != null && valueset.hasExpansion() && ToolingExtensions.hasExtension(valueset.getExpansion(), ToolingExtensions.EXT_EXP_TOOCOSTLY);
|
||||
// }
|
||||
|
||||
// --- validate code -------------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue