mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-08 01:24:57 +02:00
Removed an unused typedef.
This commit is contained in:
parent
73911f2e33
commit
5fb0f09cbb
@ -30,8 +30,6 @@ template<typename AllocatedType
|
|||||||
class BatchAllocator
|
class BatchAllocator
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef AllocatedType Type;
|
|
||||||
|
|
||||||
BatchAllocator( unsigned int objectsPerPage = 255 )
|
BatchAllocator( unsigned int objectsPerPage = 255 )
|
||||||
: freeHead_( 0 )
|
: freeHead_( 0 )
|
||||||
, objectsPerPage_( objectsPerPage )
|
, objectsPerPage_( objectsPerPage )
|
||||||
@ -127,4 +125,3 @@ private:
|
|||||||
# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
|
# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
|
||||||
|
|
||||||
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user