From dd0f22d446a313db9ce109ef99d8de998ebc449d Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 16 Oct 2010 15:49:07 +0200 Subject: ldb:pyldb.c - remove pointless comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sat Oct 16 14:38:58 UTC 2010 on sn-devel-104 --- source4/lib/ldb/pyldb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index fe7e8a1f3d..7a6058fa5b 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -1291,7 +1291,6 @@ static PyObject *py_ldb_sequence_number(PyLdbObject *self, PyObject *args) int type, ret; uint64_t value; - /* type "int" rather than "enum" for "scope" is intentional */ if (!PyArg_ParseTuple(args, "i", &type)) return NULL; -- cgit