Fix the build breakage introduced by r154131.
authorKaelyn Uhrain <rikka@google.com>
Thu, 5 Apr 2012 23:06:17 +0000 (23:06 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 5 Apr 2012 23:06:17 +0000 (23:06 +0000)
commit42730cec0b6b19986bf83db2490f70de8c8139fa
tree751784f42bcb2410165a9db0dbc628dbf7d086d6
parent10d8971c00ecf4ec4750ecba7faf94651ec18a3a
Fix the build breakage introduced by r154131.

The empty 1-argument operator delete is for the benefit of the
destructor. A couple of spot checks of running yaml-bench under
valgrind against a few of the files under test/YAMLParser did
not reveal any leaks introduced by this change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154137 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/YAMLParser.h