summaryrefslogtreecommitdiffstats
path: root/create_config
diff options
context:
space:
mode:
Diffstat (limited to 'create_config')
-rwxr-xr-xcreate_config4
1 files changed, 0 insertions, 4 deletions
diff --git a/create_config b/create_config
index cac0edb..8b7b365 100755
--- a/create_config
+++ b/create_config
@@ -46,10 +46,6 @@ case $line in
value=${line#*=}
echo "#define $name $value"
;;
- USE_NPTL=y) # configuration
- name=${line%=*}
- echo "#define $name 1"
- ;;
esac
done # read
OpenPOWER on IntegriCloud