Merge pull request #36 from max-schaefer/remove-unused-predicate

Remove an unused predicate.
This commit is contained in:
Sauyon Lee
2020-02-25 09:40:42 -08:00
committed by GitHub

View File

@@ -1,8 +1,6 @@
private import go
private import DataFlowPrivate
DataFlowCallable viableImpl(DataFlowCall ma) { result = viableCallable(ma) }
/**
* Gets a function that might be called by `call`.
*/