Skip to content

Commit de15013

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: remove RemoteFlowSources module
1 parent 5700a6e commit de15013

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

java/ql/lib/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ abstract class RemoteFlowSource extends DataFlow::Node {
3636
abstract string getSourceType();
3737
}
3838

39-
/**
40-
* A module for importing frameworks that define remote flow sources.
41-
*/
42-
private module RemoteFlowSources {
43-
private import semmle.code.java.frameworks.android.Widget
44-
}
45-
4639
private class ExternalRemoteFlowSource extends RemoteFlowSource {
4740
ExternalRemoteFlowSource() { sourceNode(this, "remote") }
4841

0 commit comments

Comments
 (0)