From 461ad00b1f090d5328c234e45eb7ab906252d93d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 29 Nov 2007 14:49:47 +0100 Subject: r26197: Add bindings for libsecurity. (cherry picked from parts of commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) Michael (This used to be commit 22d48224d3235403b916c98c92915165fe7ef330) --- source3/lib/talloc/talloc.i | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/lib/talloc/talloc.i') diff --git a/source3/lib/talloc/talloc.i b/source3/lib/talloc/talloc.i index 593c20465e..c35d5d2411 100644 --- a/source3/lib/talloc/talloc.i +++ b/source3/lib/talloc/talloc.i @@ -19,8 +19,6 @@ /* Don't expose talloc contexts in Python code. Python does reference counting for us, so just create a new top-level talloc context. */ -%module talloc; - %typemap(in, numinputs=0) TALLOC_CTX * { $1 = NULL; } -- cgit