diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 14:19:36 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 14:19:36 +0100 |
commit | d2306cec4dc393a106aaac6b7c71a9b241be230d (patch) | |
tree | ce1368518c19fec7fbb18610f3172cb426d734ce /Makefile.pre.in | |
parent | 766af559ad967dcf5b2810331c331fe8773b8ef3 (diff) | |
download | cpython-git-d2306cec4dc393a106aaac6b7c71a9b241be230d.tar.gz |
Backed out changeset f23fa1f7b68f
Sorry, I didn't want to push this change before the review :-( I was pushing a
change into the 2.7 branch.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c1b4538d31..8752a02031 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -409,7 +409,6 @@ OBJECT_OBJS= \ Objects/bytes_methods.o \ Objects/bytearrayobject.o \ Objects/bytesobject.o \ - Objects/call.o \ Objects/cellobject.o \ Objects/classobject.o \ Objects/codeobject.o \ |