mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-27 06:35:17 +00:00
NOISSUE fix macOS build (stray assignment to removed variable)
This commit is contained in:
parent
55541c387c
commit
dd0c815396
@ -9,7 +9,6 @@ Sys::KernelInfo Sys::getKernelInfo()
|
||||
uname(&buf);
|
||||
out.kernelName = buf.sysname;
|
||||
out.kernelVersion = buf.release;
|
||||
out.kernelBuild = buf.version;
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user