diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-20 12:17:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:48 -0500 |
commit | c33c4569e51f2a351d16932cd491ec30545c8f70 (patch) | |
tree | 667ea1a67c9c621b11216c1d08b904928e980e1d /source4/build/pidl/util.pm | |
parent | 64112074e9772aead31092c8713e077d1aff050b (diff) | |
download | samba-c33c4569e51f2a351d16932cd491ec30545c8f70.tar.gz samba-c33c4569e51f2a351d16932cd491ec30545c8f70.tar.bz2 samba-c33c4569e51f2a351d16932cd491ec30545c8f70.zip |
r5466: Put the type information list in a seperate module
(require for some of the COM stuff)
(This used to be commit fbce7464b2a61a46f5135ba2a341bea4e53f28e7)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r-- | source4/build/pidl/util.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index f5971c1624..1a908e92e3 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -322,4 +322,3 @@ sub map_type($) } 1; - |