From db0df30d21471fcbb2ef2cd6616728ccce21c98c Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Mon, 1 Nov 2004 02:35:28 +0000 Subject: [PATCH] Bug 250152 Remove XPT_PARAMDESCRIPTOR_SIZE r=dbradley git-svn-id: svn://10.0.0.236/trunk@164716 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpt/public/xpt_struct.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/xpcom/typelib/xpt/public/xpt_struct.h b/mozilla/xpcom/typelib/xpt/public/xpt_struct.h index 93b11e609f9..ffae86a75ba 100644 --- a/mozilla/xpcom/typelib/xpt/public/xpt_struct.h +++ b/mozilla/xpcom/typelib/xpt/public/xpt_struct.h @@ -460,10 +460,6 @@ struct XPTParamDescriptor { #define XPT_PD_IS_SHARED(flags) (flags & XPT_PD_SHARED) #define XPT_PD_IS_DIPPER(flags) (flags & XPT_PD_DIPPER) -/* this is bogus -#define XPT_PARAMDESCRIPTOR_SIZE (XPT_TYPEDESCRIPTOR_SIZE + 1) -*/ - extern XPT_PUBLIC_API(PRBool) XPT_FillParamDescriptor(XPTArena *arena, XPTParamDescriptor *pd, PRUint8 flags,