Removed: unnecessary PyObject in tree.c
This commit is contained in:
@@ -295,7 +295,6 @@ Tree_diff_to_workdir(Tree *self, PyObject *args)
|
|||||||
int err;
|
int err;
|
||||||
|
|
||||||
Diff *py_diff;
|
Diff *py_diff;
|
||||||
PyObject *py_obj = NULL;
|
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "|IHH", &opts.flags, &opts.context_lines,
|
if (!PyArg_ParseTuple(args, "|IHH", &opts.flags, &opts.context_lines,
|
||||||
&opts.interhunk_lines))
|
&opts.interhunk_lines))
|
||||||
|
Reference in New Issue
Block a user