buffer.c: Delete pointless initialization.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Oct 2019 10:27:12 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commita4b7d4bfaae82c990a17d46e4f689bc957cceda4
tree490903d944aa5e3edb6fd01db1debf05759d36e2
parent7085a96cd490664c51c3046a499a7f38de00c9ac
buffer.c: Delete pointless initialization.

The variable `cobj' will be set by `PyArg_ParseTuple' anyway.
buffer.c