changeset 40:cb29e773f76f MC_shared

removed extraneous definition of DynArrayFnPtr..
author Sean Halle <seanhalle@yahoo.com>
date Tue, 11 Sep 2012 04:19:51 -0700
parents a7a6e170708c
children 8fcbe46de60a
files PrivateQueue.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/PrivateQueue.h	Mon Sep 10 01:57:14 2012 -0700
     1.2 +++ b/PrivateQueue.h	Tue Sep 11 04:19:51 2012 -0700
     1.3 @@ -29,8 +29,6 @@
     1.4   }
     1.5  PrivQueueStruc;
     1.6  
     1.7 -typedef void  (*DynArrayFnPtr)  ( void * );  //fn has to cast void *
     1.8 -
     1.9  PrivQueueStruc*  makePrivQ ( );
    1.10  bool32           isEmptyPrivQ ( PrivQueueStruc *Q ); //ret TRUE if empty
    1.11  void*            peekPrivQ ( PrivQueueStruc *Q ); //ret NULL if empty