From b3ce5ed379ed01d9147b079e605e84dd408a0c19 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 21 Apr 2022 15:24:37 +0300 Subject: [PATCH] Remove comment --- src/async.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/async.cpp b/src/async.cpp index b49af63e..5ea8d8f4 100644 --- a/src/async.cpp +++ b/src/async.cpp @@ -9,8 +9,3 @@ #include #include #include - -/* - * comment the declaration for the warning: type attributes ignored after type is already defined [-Wattributes] - */ -//template class SPDLOG_API spdlog::details::mpmc_blocking_queue;