mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
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
This commit is contained in:
@@ -114,7 +114,7 @@ module PointsTo {
|
||||
|
||||
/* Backwards compatibility */
|
||||
cached
|
||||
deprecated predicate points_to(
|
||||
predicate points_to(
|
||||
ControlFlowNode f, PointsToContext context, Object obj, ClassObject cls, ControlFlowNode origin
|
||||
) {
|
||||
exists(ObjectInternal value |
|
||||
|
||||
Reference in New Issue
Block a user