Removed remaining traces of assert()

This commit is contained in:
David Williams
2013-01-01 18:08:59 +00:00
parent 4ee55bba2e
commit ff789d296d
10 changed files with 0 additions and 14 deletions

View File

@ -24,8 +24,6 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_Interpolation_H__
#define __PolyVox_Interpolation_H__
#include <cassert>
namespace PolyVox
{
template <typename Type>