From 25dbce70b74cb6a17a80a0ea0cc0646fca975658 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 17 Aug 2007 13:42:09 +0000 Subject: r24521: we don't yet have optional args to DeclLong() metze (This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b) --- source4/pidl/lib/Parse/Pidl/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/pidl') diff --git a/source4/pidl/lib/Parse/Pidl/Samba4.pm b/source4/pidl/lib/Parse/Pidl/Samba4.pm index 347d288cee..5848543a60 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4.pm @@ -95,7 +95,7 @@ sub ArrayBrackets($) sub DeclLong($) { - my ($e, $d) = shift; + my ($e) = shift; my $res = ""; if (has_property($e, "represent_as")) { -- cgit