diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-04-29 19:01:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:21 -0500 |
commit | c82d08fa5ccdc800f5220af1322339c32265561b (patch) | |
tree | 973e9972244d92aef86d1e7d234da164276e8c06 /source4 | |
parent | 6c74a0792ccde16e482a6ff8d7d935829c2b9914 (diff) | |
download | samba-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')
-rw-r--r-- | source4/build/pidl/typelist.pm | 2 |
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}); } |