--- parser3/src/lib/gc/include/gc_allocator.h 2009/11/09 00:32:51 1.1 +++ parser3/src/lib/gc/include/gc_allocator.h 2012/04/19 19:41:29 1.2 @@ -129,7 +129,7 @@ public: } // __p is not permitted to be a null pointer. - void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n) + void deallocate(pointer __p, size_type GC_ATTR_UNUSED) { GC_FREE(__p); } size_type max_size() const throw()