Removed unnecessary workaround

This commit is contained in:
Sebastian Messmer 2015-07-29 12:07:25 +02:00
parent 106f18b496
commit e96bb17e11

View File

@ -72,7 +72,6 @@ private:
return leaf->numBytes();
default:
ASSERT(false, "Unknown size policy");
abort(); // The assert above already aborts. This is just to prevent the style checker from complaining about exiting a non-void function
}
}