summaryrefslogtreecommitdiff
path: root/python/sourcelist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/sourcelist.cc')
-rw-r--r--python/sourcelist.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/sourcelist.cc b/python/sourcelist.cc
index 2d65062c..4eed21a7 100644
--- a/python/sourcelist.cc
+++ b/python/sourcelist.cc
@@ -30,7 +30,6 @@ static PyObject *PkgSourceListFindIndex(PyObject *Self,PyObject *Args)
static char *doc_PkgSourceListReadMainList = "xxx";
static PyObject *PkgSourceListReadMainList(PyObject *Self,PyObject *Args)
{
- // PkgSourceListStruct &Struct = GetCpp<PkgSourceListStruct>(Self);
pkgSourceList *list = GetCpp<pkgSourceList*>(Self);
bool res = list->ReadMainList();