Minor clean-up: remove useless assignment statements. (The variables are never used after these assignment statements.)
PiperOrigin-RevId: 304409703 Change-Id: Ibe1ea64d3c0c3a18fc8d092fd484d770086a8cd6
This commit is contained in:
parent
3a6e2b355e
commit
56e44425b6
@ -2494,9 +2494,6 @@ class Function(object):
|
||||
args, kwargs = None, None
|
||||
with self._lock:
|
||||
graph_function, args, kwargs = self._maybe_define_function(args, kwargs)
|
||||
if self.input_signature:
|
||||
args = self.input_signature
|
||||
kwargs = {}
|
||||
seen_names = set()
|
||||
captured = object_identity.ObjectIdentitySet(
|
||||
graph_function.graph.internal_captures)
|
||||
|
Loading…
Reference in New Issue
Block a user