Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r59176:53b204769d36
Date: 2012-12-01 11:20 -0800
http://bitbucket.org/pypy/pypy/changeset/53b204769d36/
Log: remove vanilla option, which is totally unused
diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py
--- a/pypy/config/translationoption.py
+++ b/pypy/config/translationoption.py
@@ -157,11 +157,6 @@
default=False, requires=[("translation.backend", "c")]),
# portability options
- BoolOption("vanilla",
- "Try to be as portable as possible, which is not much",
- default=False,
- cmdline="--vanilla",
- requires=[("translation.no__thread", True)]),
BoolOption("no__thread",
"don't use __thread for implementing TLS",
default=False, cmdline="--no__thread", negation=False),
diff --git a/pypy/doc/config/translation.no__thread.txt
b/pypy/doc/config/translation.no__thread.txt
--- a/pypy/doc/config/translation.no__thread.txt
+++ b/pypy/doc/config/translation.no__thread.txt
@@ -1,4 +1,3 @@
Don't use gcc __thread attribute for fast thread local storage
implementation . Increases the chance that moving the resulting
-executable to another same processor Linux machine will work. (see
-:config:`translation.vanilla`).
+executable to another same processor Linux machine will work.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit