From ef9d2e7be9ae9fbcd4720d46e1f8a8cac902a1cd Mon Sep 17 00:00:00 2001 From: Dan Moldovan Date: Tue, 9 Oct 2018 16:44:25 -0700 Subject: Remove the deprecated created and IS_LOCAL abstractions from activity analysis. PiperOrigin-RevId: 216446750 --- tensorflow/python/autograph/pyct/anno.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tensorflow/python/autograph/pyct/anno.py') 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 -- cgit v1.2.3