From c82d08fa5ccdc800f5220af1322339c32265561b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 29 Apr 2005 19:01:18 +0000 Subject: r6517: this line should be removed in the last patch, (I readded it just for testing...) metze (This used to be commit 41316e7f1b8361fb7ff220e2b9faa683a4951850) --- source4/build/pidl/typelist.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/build') diff --git a/source4/build/pidl/typelist.pm b/source4/build/pidl/typelist.pm index 32210c4dab..d9d545f060 100644 --- a/source4/build/pidl/typelist.pm +++ b/source4/build/pidl/typelist.pm @@ -223,8 +223,6 @@ sub mapType($) my $e = shift; my $dt; - return "const char *" if ($e->{TYPE} =~ "string"); - if ($e->{TYPE} eq "ENUM" or $e->{TYPE} eq "BITMAP") { $dt = getType($e->{PARENT}->{NAME}); } -- cgit