Die, foo, die

[SVN r19205]
This commit is contained in:
Douglas Gregor
2003-07-19 06:53:21 +00:00
parent 40c9bb204e
commit 4b830024f3

View File

@ -23,7 +23,6 @@ struct stateless_integer_add {
void* operator new(std::size_t, stateless_integer_add*)
{
static int foo = 5;
throw std::runtime_error("Cannot allocate a stateless_integer_add");
}