Skip to content

Commit 689695c

Browse files
committed
Remove unnecessary FormatList constructor
1 parent 6b79b4b commit 689695c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tinyformat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,6 @@ class FormatList
854854
const FormatList& list);
855855

856856
private:
857-
FormatList();
858857
const detail::FormatArg* m_formatters;
859858
int m_N;
860859
};

0 commit comments

Comments
 (0)