Simplify OS info on Unix #4933

This commit is contained in:
Xinyu Hou 2015-10-27 15:45:39 -07:00
parent 19835b6aaa
commit 32da441fc0
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ ArchSystemUnix::getOSName() const
msg += info.sysname;
msg += " ";
msg += info.release;
msg += " ";
msg += info.version;
return msg;
}
#endif