summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-04-29 19:01:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:21 -0500
commitc82d08fa5ccdc800f5220af1322339c32265561b (patch)
tree973e9972244d92aef86d1e7d234da164276e8c06 /source4/build
parent6c74a0792ccde16e482a6ff8d7d935829c2b9914 (diff)
downloadsamba-c82d08fa5ccdc800f5220af1322339c32265561b.tar.gz
samba-c82d08fa5ccdc800f5220af1322339c32265561b.tar.bz2
samba-c82d08fa5ccdc800f5220af1322339c32265561b.zip
r6517: this line should be removed in the last patch, (I readded it just for testing...)
metze (This used to be commit 41316e7f1b8361fb7ff220e2b9faa683a4951850)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/typelist.pm2
1 files changed, 0 insertions, 2 deletions
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});
}