remove unneeded formal parameter name

This commit is contained in:
David Rose 2004-06-24 16:44:09 +00:00
parent 565d3fb84f
commit 4ae76dbc9b

View File

@ -91,7 +91,7 @@ public:
// template member functions in VC++ can only be defined in-class.
template<class U>
INLINE pallocator(const pallocator<U> &copy) throw() { }
INLINE pallocator(const pallocator<U> &) throw() { }
INLINE pointer allocate(size_type n, allocator<void>::const_pointer hint = 0);
INLINE void deallocate(void *p, size_type n);