remove unused code

This commit is contained in:
Grahame Grieve 2023-09-14 19:31:04 -07:00
parent 906c7dea45
commit 771947a958
1 changed files with 4 additions and 3 deletions

View File

@ -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