From 4bc44cf93107eb88dd12d8b8739d0d54a65f8df3 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 8 Oct 2019 07:01:01 -0400 Subject: [PATCH] Remove recursive rack namespace. --- include/rack.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/rack.hpp b/include/rack.hpp index 9771e064..814ca8ec 100644 --- a/include/rack.hpp +++ b/include/rack.hpp @@ -111,8 +111,5 @@ using plugin::Model; using namespace engine; using namespace componentlibrary; -// Import namespace recursively to solve the problem of calling `rack::DEBUG(...)` which expands to `rack::rack::logger(...)`. -namespace rack = rack; - } // namespace rack