Skip to content

Commit ab120ed

Browse files
committed
Python: Remove deprecated annotation for old PointsTo::points_to
We should only deprecate it when we're ready to deprecate the old refersTo and all the old Object classes
1 parent 86ba03b commit ab120ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/pointsto/PointsTo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module PointsTo {
114114

115115
/* Backwards compatibility */
116116
cached
117-
deprecated predicate points_to(
117+
predicate points_to(
118118
ControlFlowNode f, PointsToContext context, Object obj, ClassObject cls, ControlFlowNode origin
119119
) {
120120
exists(ObjectInternal value |

0 commit comments

Comments
 (0)