Skip to content

Commit ced775a

Browse files
committed
Removed commented code
1 parent d6adad8 commit ced775a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflowstack/codeql/dataflowstack/TaintTrackingStack.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module LanguageTaintTracking<LocationSig Location, DF::InputSig<Location> Lang,
196196
AbstractDF::ConfigSig Config,
197197
DataFlowGroup<Config>::TaintTrackingStackSig<GlobalFlow> TaintTrackingStack>
198198
{
199-
private module Flow = GlobalFlow; //TT::TaintFlowMake<Location, Lang, TTLang>::Global<Config>;
199+
private module Flow = GlobalFlow;
200200

201201
/**
202202
* Determines whether or not the given PathNode is a source

0 commit comments

Comments
 (0)