From 142b2a61f8a77b3065ce4c78b459ab714d6d190a Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Sat, 17 Jan 2009 14:40:12 -0800 Subject: pidl: Remove "max" and make "range" smarter about unsigned types This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility. --- pidl/lib/Parse/Pidl/Compat.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'pidl/lib/Parse/Pidl/Compat.pm') diff --git a/pidl/lib/Parse/Pidl/Compat.pm b/pidl/lib/Parse/Pidl/Compat.pm index 58ba136591..1b49c439c4 100644 --- a/pidl/lib/Parse/Pidl/Compat.pm +++ b/pidl/lib/Parse/Pidl/Compat.pm @@ -67,7 +67,6 @@ my %supported_properties = ( # array "range" => ["ELEMENT"], - "max" => ["ELEMENT"], "size_is" => ["ELEMENT"], "string" => ["ELEMENT"], "noheader" => ["ELEMENT"], -- cgit