Skip to content

Commit f01ee9e

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: remove PR-merging comment
1 parent 0854654 commit f01ee9e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Public {
249249
* Holds if the summary has the given provenance where `true` is
250250
* `generated` and `false` is `manual`.
251251
*/
252-
predicate hasProvenance(boolean generated) { none() } // ! merge with PR #11585
252+
predicate hasProvenance(boolean generated) { none() }
253253
}
254254

255255
/** A callable where there is no flow via the callable. */
@@ -1027,7 +1027,7 @@ module Private {
10271027

10281028
override predicate hasProvenance(boolean generated) {
10291029
summaryElement(this, _, _, _, generated)
1030-
} // ! merge with PR #11585
1030+
}
10311031
}
10321032

10331033
/** Holds if component `c` of specification `spec` cannot be parsed. */

0 commit comments

Comments
 (0)