aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/autograph/pyct/anno.py
diff options
context:
space:
mode:
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