Skip to content

Commit fe20bac

Browse files
committed
- r Remove unnecessary code
1 parent dc91223 commit fe20bac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ApprovalTests/integrations/fmt/FmtToString.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ namespace ApprovalTests
1010
public:
1111
template <typename T> static std::string toString(const T& printable)
1212
{
13-
(void)printable;
1413
return fmt::to_string(printable);
1514
}
1615
};

0 commit comments

Comments
 (0)