Removed: unnecessary PyObject in tree.c

This commit is contained in:
Nico von Geyso
2013-05-20 15:39:17 +02:00
parent 6dd14d799e
commit bdff1c3145

View File

@@ -295,7 +295,6 @@ Tree_diff_to_workdir(Tree *self, PyObject *args)
int err;
Diff *py_diff;
PyObject *py_obj = NULL;
if (!PyArg_ParseTuple(args, "|IHH", &opts.flags, &opts.context_lines,
&opts.interhunk_lines))