summaryrefslogtreecommitdiff
path: root/python/pkgsrcrecords.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-25 18:31:00 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-25 18:31:00 +0200
commita4e69e11e544844034c3fbdc6789d5573f802117 (patch)
treeab6b082018b3c721a4464e369cd865655e85e96b /python/pkgsrcrecords.cc
parent128c1f00b2006c9c24638c11000e1864fc15bd04 (diff)
downloadpython-apt-a4e69e11e544844034c3fbdc6789d5573f802117.tar.gz
python: Fix some build warnings.
Diffstat (limited to 'python/pkgsrcrecords.cc')
-rw-r--r--python/pkgsrcrecords.cc1
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;