mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-02-13 11:50:53 +08:00
删除多余代码
This commit is contained in:
@@ -78,11 +78,6 @@ extern const char kServerName[];
|
||||
|
||||
void printArgs(std::ostream &out);
|
||||
|
||||
template<typename First>
|
||||
void printArgs(std::ostream &out, First &&first) {
|
||||
out << std::forward<First>(first);
|
||||
}
|
||||
|
||||
template<typename First, typename ...ARGS>
|
||||
void printArgs(std::ostream &out, First &&first, ARGS &&...args) {
|
||||
out << std::forward<First>(first);
|
||||
|
||||
Reference in New Issue
Block a user