mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Simplify OS info on Unix #4933
This commit is contained in:
parent
19835b6aaa
commit
32da441fc0
@ -44,8 +44,6 @@ ArchSystemUnix::getOSName() const
|
||||
msg += info.sysname;
|
||||
msg += " ";
|
||||
msg += info.release;
|
||||
msg += " ";
|
||||
msg += info.version;
|
||||
return msg;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user