Skip to content

Commit

Permalink
Revert "1.0.0 hotfix for MAT-7906 (#17)"
Browse files Browse the repository at this point in the history
This reverts commit f7a2c4b.
  • Loading branch information
chubert-sb committed Nov 25, 2024
1 parent 6099c8e commit 090b935
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,4 @@ private void parseChildLibraries(IncludeDef def) throws IOException {
drcs.putAll(listener.getDrcs());
definitionContents.addAll(listener.getDefinitionContents());
}

@Override
public void enterContextDefinition(cqlParser.ContextDefinitionContext ctx) {
libraryAccessor = null;
}
}

0 comments on commit 090b935

Please sign in to comment.