diff options
-rw-r--r-- | system/include/emscripten/bind.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/include/emscripten/bind.h b/system/include/emscripten/bind.h index 403d8084..b9da5304 100644 --- a/system/include/emscripten/bind.h +++ b/system/include/emscripten/bind.h @@ -794,7 +794,6 @@ namespace emscripten { // NOTE: this returns the class type, not the pointer type template<typename T> inline TYPEID getActualType(T* ptr) { - assert(ptr); return reinterpret_cast<TYPEID>(&typeid(*ptr)); }; } |