Skip to content

Commit

Permalink
remove redundant function
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Jul 11, 2023
1 parent 0350a65 commit 02a561d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/java/org/mitre/inferno/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,6 @@ public Map<String, List<String>> getProfilesByIg() {
));
}

/**
* Get the version of the validator used under the hood.
*
* @return the validator version as a string
*/
public String getValidatorVersion() {
return VersionUtil.getVersion();
}

/**
* Load a profile from a file.
*
Expand Down

0 comments on commit 02a561d

Please sign in to comment.