summaryrefslogtreecommitdiffstats
path: root/cluster/atlas/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/atlas/CONFIGURE')
-rwxr-xr-xcluster/atlas/CONFIGURE9
1 files changed, 0 insertions, 9 deletions
diff --git a/cluster/atlas/CONFIGURE b/cluster/atlas/CONFIGURE
index 72d9da5cb6..13ae5e6b7b 100755
--- a/cluster/atlas/CONFIGURE
+++ b/cluster/atlas/CONFIGURE
@@ -2,12 +2,3 @@ config_query SHARED_LIB "Do you want shared libraries to be built?" y
if [ $SHARED_LIB == y ]; then
config_query PTSHARED_LIB "Do you want parallelized shared libraries to be built?" y
fi
-
-config_query WALL_TIMER "Do you want to enable wall timer? (if your comupter load is not high, this will provide a higher resolution timer)" y
-
-# Haven't tried with other archs than ia32 yet
-if [ $WALL_TIMER == y ]; then
- if [[ ${SMGL_COMPAT_ARCHS[1]} == "ia32" || ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
- config_query_string CPU_FREQ "What is your CPU frequency in MHz?" 1000
- fi
-fi