Index: Tools/Scripts/webkitpy/common/system/environment.py |
diff --git a/Tools/Scripts/webkitpy/common/system/environment.py b/Tools/Scripts/webkitpy/common/system/environment.py |
index cd340489ea960697fad70dab026d8b544e154478..c5a72399d58a3a30a74fa274ac5aa3694e44127b 100644 |
--- a/Tools/Scripts/webkitpy/common/system/environment.py |
+++ b/Tools/Scripts/webkitpy/common/system/environment.py |
@@ -33,9 +33,3 @@ class Environment(object): |
def to_dictionary(self): |
return self.env |
- |
- def disable_gcc_smartquotes(self): |
- # Technically we only need to set LC_CTYPE to disable current |
- # smartquote behavior: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38363 |
- # Apple's XCode sets LC_ALL instead, probably to be future-proof. |
- self.env['LC_ALL'] = 'C' |