mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
Simplify OS info on Unix #4933
This commit is contained in:
@@ -44,8 +44,6 @@ ArchSystemUnix::getOSName() const
|
||||
msg += info.sysname;
|
||||
msg += " ";
|
||||
msg += info.release;
|
||||
msg += " ";
|
||||
msg += info.version;
|
||||
return msg;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user