PY: remove leftover comment

This commit is contained in:
Erik Krogh Kristensen
2022-03-08 11:05:33 +01:00
parent 755b0bbcb9
commit b45d06df9a

View File

@@ -30,7 +30,6 @@ abstract class PointsToExtension extends @py_flow_node {
* sources of data to the points-to analysis.
*/
/* Custom points-to fact with inferred class */
/* An example */
/** An extension representing the fact that a variable iterating over range or xrange must be an integer */
class RangeIterationVariableFact extends PointsToExtension {