Skip to content

Commit af749e2

Browse files
committed
Remove commented out code
1 parent f237d2a commit af749e2

File tree

1 file changed

+0
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+0
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Stored.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ private import semmle.code.csharp.security.dataflow.flowsources.FlowSources
1313

1414
/** A data flow source of stored user input. */
1515
abstract class StoredFlowSource extends SourceNode {
16-
// override string getSourceType() { result = "stored flow source" }
1716
override string getThreatModel() { result = "local" }
1817
}
1918

0 commit comments

Comments
 (0)