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

@ -28,7 +28,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Region.h" #include "PolyVoxCore/Region.h"
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <cassert>
#include <limits> #include <limits>
namespace PolyVox namespace PolyVox

View File

@ -28,7 +28,6 @@ freely, subject to the following restrictions:
#include "Impl/TypeDef.h" #include "Impl/TypeDef.h"
#include <cassert>
#include <limits> #include <limits>
#undef min #undef min

View File

@ -26,8 +26,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Impl/TypeDef.h" #include "PolyVoxCore/Impl/TypeDef.h"
#include <cassert>
namespace PolyVox namespace PolyVox
{ {
POLYVOX_API uint8_t logBase2(uint32_t uInput); POLYVOX_API uint8_t logBase2(uint32_t uInput);

View File

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

View File

@ -31,7 +31,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <limits> #include <limits>
#include <cassert>
#include <cstdlib> //For abort() #include <cstdlib> //For abort()
#include <cstring> //For memcpy #include <cstring> //For memcpy
#include <list> #include <list>

View File

@ -28,8 +28,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/DefaultIsQuadNeeded.h" //we'll specialise this function for this voxel type #include "PolyVoxCore/DefaultIsQuadNeeded.h" //we'll specialise this function for this voxel type
#include <cassert>
namespace PolyVox namespace PolyVox
{ {
///This class represents a voxel storing only a material. ///This class represents a voxel storing only a material.

View File

@ -29,7 +29,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Region.h" #include "PolyVoxCore/Region.h"
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <cassert>
#include <cstdlib> //For abort() #include <cstdlib> //For abort()
#include <limits> #include <limits>
#include <memory> #include <memory>

View File

@ -31,7 +31,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Region.h" #include "PolyVoxCore/Region.h"
#include "PolyVoxCore/Vector.h" #include "PolyVoxCore/Vector.h"
#include <cassert>
#include <cstdlib> //For abort() #include <cstdlib> //For abort()
#include <cstring> //For memcpy #include <cstring> //For memcpy
#include <limits> #include <limits>

View File

@ -21,8 +21,6 @@ freely, subject to the following restrictions:
distribution. distribution.
*******************************************************************************/ *******************************************************************************/
#include <cassert>
namespace PolyVox namespace PolyVox
{ {
template <typename VertexType> template <typename VertexType>

View File

@ -23,7 +23,6 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Region.h" #include "PolyVoxCore/Region.h"
#include <cassert>
#include <limits> #include <limits>
namespace PolyVox namespace PolyVox