Removed useless processor type return for Mac #4708

This commit is contained in:
Nick Bolton 2015-05-25 19:54:21 +01:00
parent e8a43dd020
commit 590d0482b3
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ qProcessorArch getProcessorArch()
}
#endif
#if defined(Q_OS_MAC)
return kProcessorArchMac;
#endif
#if defined(Q_OS_LINUX)
#ifdef __i386__
return kProcessorArchLinux32;