summaryrefslogtreecommitdiff
path: root/osx/osx-resources/InstallationCheck
diff options
context:
space:
mode:
Diffstat (limited to 'osx/osx-resources/InstallationCheck')
-rwxr-xr-xosx/osx-resources/InstallationCheck14
1 files changed, 0 insertions, 14 deletions
diff --git a/osx/osx-resources/InstallationCheck b/osx/osx-resources/InstallationCheck
deleted file mode 100755
index 2bd691f5c..000000000
--- a/osx/osx-resources/InstallationCheck
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-cputype=`/usr/sbin/sysctl -n hw.cputype`
-sixtyfourbit=`/usr/sbin/sysctl -n hw.cpu64bit_capable`
-
-if [ "x$cputype" != "x7" ] # x86
-then
- exit 112
-fi
-
-if [ "x$sixtyfourbit" != "x1" ] # 64 bit
-then
- exit 113
-fi
-