From ce25d969d69c93bbf9515dc24eac67e88d1974de Mon Sep 17 00:00:00 2001 From: Andreas Wass Date: Thu, 2 Nov 2017 09:30:45 +0100 Subject: [PATCH] Remove unused code --- fmt/format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fmt/format.h b/fmt/format.h index 0423aa35..ba6c8935 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -4093,7 +4093,6 @@ struct ArgConcatNoSeparator template struct ArgConcatSeparator { BasicCStringRef sep; - //ArgConcatSeparator(const BasicCStringRef &sep): sep(sep) {} }; template