Skip to content

Commit 8472b84

Browse files
committed
C#: Remove unnecessary isEffectivelyPublic predicate
1 parent ff2cef3 commit 8472b84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/src/utils/modeleditor/FetchApplicationModeMethods.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ private import AutomodelVsCode
1313
class ExternalApi extends CallableMethod {
1414
ExternalApi() {
1515
this.isUnboundDeclaration() and
16-
this.fromLibrary() and
17-
this.(Modifiable).isEffectivelyPublic()
16+
this.fromLibrary()
1817
}
1918
}
2019

0 commit comments

Comments
 (0)