diff options
author | Guido van Rossum <guido@python.org> | 1992-03-27 17:29:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-27 17:29:44 (GMT) |
commit | df840d911ff204aa225a1bc5313709211dbdf383 (patch) | |
tree | 51ebbce94078400bea08ca5f611824a61f425b13 /Python | |
parent | 704a26c5f38803ba5f2aa3c57cdfe9a06a6335e5 (diff) | |
download | cpython-df840d911ff204aa225a1bc5313709211dbdf383.zip cpython-df840d911ff204aa225a1bc5313709211dbdf383.tar.gz cpython-df840d911ff204aa225a1bc5313709211dbdf383.tar.bz2 |
lint
Diffstat (limited to 'Python')
-rw-r--r-- | Python/bltinmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 324ecb0..efeabcc 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -315,8 +315,6 @@ builtin_input(self, v) { FILE *in = sysgetfile("stdin", stdin); FILE *out = sysgetfile("stdout", stdout); - node *n; - int err; int c; object *m, *d; flushline(); |