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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py

Issue 2136793002: Remove all unused variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
index e7675b9e921e7f66a545a6b15c3b1a431d4311c9..3cc5e090b17fc531810c31b05351047a6d29e0fd 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
@@ -58,7 +58,6 @@ class ApacheHTTP(server_base.ServerBase):
test_dir = self._port_obj.layout_tests_dir()
document_root = self._filesystem.join(test_dir, "http", "tests")
- js_test_resources_dir = self._filesystem.join(test_dir, "resources")
forms_test_resources_dir = self._filesystem.join(test_dir, "fast", "forms", "resources")
imported_resources_dir = self._filesystem.join(test_dir, "imported", "wpt", "resources")
media_resources_dir = self._filesystem.join(test_dir, "media")

Powered by Google App Engine
This is Rietveld 408576698