From 488026c0b89a1ce9b80463972ecd33c8d858cf32 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Sat, 16 Oct 2021 16:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/macros.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Common/macros.h b/src/Common/macros.h index 8b908a20..ed97b658 100644 --- a/src/Common/macros.h +++ b/src/Common/macros.h @@ -78,11 +78,6 @@ extern const char kServerName[]; void printArgs(std::ostream &out); -template -void printArgs(std::ostream &out, First &&first) { - out << std::forward(first); -} - template void printArgs(std::ostream &out, First &&first, ARGS &&...args) { out << std::forward(first);