Remove unused variable.

This commit is contained in:
Peter Johnson
2015-07-17 10:16:31 -07:00
parent 3025a7e51e
commit 3f4feb2f5c

View File

@@ -147,7 +147,6 @@ public:
// terminator.
unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
KeyLength+1;
unsigned Alignment = alignof(StringMapEntry);
StringMapEntry *NewItem =
static_cast<StringMapEntry*>(std::malloc(AllocSize));