From 11d4ae7782744a8ea3a9204783069337eae87fab Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 26 Mar 2015 18:52:03 +0200 Subject: [PATCH] Update spdlog.h --- include/spdlog/spdlog.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 78ee7470..a17b60d7 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -28,16 +28,11 @@ #pragma once - - #include "common.h" #include "logger.h" - - namespace spdlog { - // Return an existing logger or nullptr if a logger with such name doesn't exist. // Examples: //