From 45fe883983938ccb80d9ea4a415578217211e1e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkjak@fjfi.cvut.cz>
Date: Wed, 30 Nov 2016 19:09:23 +0100
Subject: [PATCH] Removed useless/ineffective namespace from Assert.h

---
 src/TNL/Assert.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/TNL/Assert.h b/src/TNL/Assert.h
index 398c0c3c99..40414064c4 100644
--- a/src/TNL/Assert.h
+++ b/src/TNL/Assert.h
@@ -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
-- 
GitLab