diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-25 18:31:00 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-25 18:31:00 +0200 |
| commit | a4e69e11e544844034c3fbdc6789d5573f802117 (patch) | |
| tree | ab6b082018b3c721a4464e369cd865655e85e96b /python/pkgsrcrecords.cc | |
| parent | 128c1f00b2006c9c24638c11000e1864fc15bd04 (diff) | |
| download | python-apt-a4e69e11e544844034c3fbdc6789d5573f802117.tar.gz | |
python: Fix some build warnings.
Diffstat (limited to 'python/pkgsrcrecords.cc')
| -rw-r--r-- | python/pkgsrcrecords.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pkgsrcrecords.cc b/python/pkgsrcrecords.cc index f75934f9..9707dce2 100644 --- a/python/pkgsrcrecords.cc +++ b/python/pkgsrcrecords.cc @@ -58,7 +58,6 @@ static PyObject *PkgSrcRecordsRestart(PyObject *Self,PyObject *Args) { PkgSrcRecordsStruct &Struct = GetCpp<PkgSrcRecordsStruct>(Self); - char *Name = 0; if (PyArg_ParseTuple(Args,"") == 0) return 0; |
