Skip to content
Snippets Groups Projects
Commit 45fe8839 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless/ineffective namespace from Assert.h

parent 92eadff6
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@
#endif
namespace TNL {
#ifndef NDEBUG
#ifdef HAVE_CUDA
......@@ -53,5 +51,3 @@ namespace TNL {
#else /* #ifndef NDEBUG */
#define TNL_ASSERT( ___tnl__assert_condition, ___tnl__assert_command )
#endif /* #ifndef NDEBUG */
} // namespace TNL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment