From f505ecbf86d6ab30208c579a5e25c819c3733d89 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Nov 2005 11:52:23 +0000 Subject: * fixes in the acquire interface code (use CppPyObject with pkgAcquire* directly instead of using a PkgAcquireStruct) --- python/sourcelist.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'python/sourcelist.cc') 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(Self); pkgSourceList *list = GetCpp(Self); bool res = list->ReadMainList(); -- cgit v1.2.3