mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Make interpretSpec/3 private again
This commit is contained in:
@@ -650,7 +650,7 @@ module Private {
|
||||
interpretSpec(spec, 0, stack)
|
||||
}
|
||||
|
||||
predicate interpretSpec(string spec, int idx, SummaryComponentStack stack) {
|
||||
private predicate interpretSpec(string spec, int idx, SummaryComponentStack stack) {
|
||||
exists(string c |
|
||||
relevantSpec(spec) and
|
||||
specLength(spec, idx + 1) and
|
||||
|
||||
Reference in New Issue
Block a user