mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Removed useless processor type return for Mac #4708
This commit is contained in:
@@ -80,10 +80,6 @@ qProcessorArch getProcessorArch()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
return kProcessorArchMac;
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
#ifdef __i386__
|
||||
return kProcessorArchLinux32;
|
||||
|
||||
Reference in New Issue
Block a user