aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/pyct/anno.py
diff options
context:
space:
mode:
authorGravatar Dan Moldovan <mdan@google.com>2018-10-09 16:44:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 16:50:04 -0700
commitef9d2e7be9ae9fbcd4720d46e1f8a8cac902a1cd (patch)
tree5e4f31d61d8ef62d3583af2b068e8402d8e9c4a7 /tensorflow/python/autograph/pyct/anno.py
parentd78c747e9177fc93d43a580acef2b62eb1420859 (diff)
Remove the deprecated created and IS_LOCAL abstractions from activity analysis.
PiperOrigin-RevId: 216446750
Diffstat (limited to 'tensorflow/python/autograph/pyct/anno.py')
-rw-r--r--tensorflow/python/autograph/pyct/anno.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/autograph/pyct/anno.py b/tensorflow/python/autograph/pyct/anno.py
index 5392e6ea03..e1f4af46cd 100644
--- a/tensorflow/python/autograph/pyct/anno.py
+++ b/tensorflow/python/autograph/pyct/anno.py
@@ -63,10 +63,8 @@ class Static(NoValue):
The enum values are used strictly for documentation purposes.
"""
- # Deprecated - use reaching definitions instead.
# Symbols
# These flags are boolean.
- IS_LOCAL = 'Symbol is local to the function scope being analyzed.'
IS_PARAM = 'Symbol is a parameter to the function being analyzed.'
# Scopes