Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: Tools/Scripts/webkitpy/common/system/environment.py

Issue 624153004: [webkitpy] Remove unused method from Environment class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/common/system/environment_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/common/system/environment_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698