Remove unused constructor

This commit is contained in:
dotasek 2022-01-20 16:07:08 -05:00
parent 7d8569e9e7
commit 14eac3e2a0
1 changed files with 0 additions and 4 deletions

View File

@ -220,10 +220,6 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
}
public ValidationEngine(String src, String vString, TimeTracker tt, String userAgent) throws FHIRException, IOException, URISyntaxException {
this(src, vString,null, tt, userAgent);
}
public ValidationEngine(String src, String vString, String txCachePath, TimeTracker tt, String userAgent) throws FHIRException, IOException, URISyntaxException {
loadCoreDefinitions(src, false, tt);
getContext().setUserAgent(userAgent);
setVersion(vString);