Ori.livneh has submitted this change and it was merged.

Change subject: Flake8 for HHVM
......................................................................


Flake8 for HHVM

Change-Id: I8d2c8b93e15fc2c9065766eb9b15b145fefd5c95
---
M modules/hhvm/files/debug/printers.py
M modules/hhvm/files/monitoring/hhvm_apc.py
2 files changed, 0 insertions(+), 6 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/modules/hhvm/files/debug/printers.py 
b/modules/hhvm/files/debug/printers.py
index 9f9f6fb..c1723d1 100644
--- a/modules/hhvm/files/debug/printers.py
+++ b/modules/hhvm/files/debug/printers.py
@@ -1041,11 +1041,6 @@
 
     libstdcxx_printer = Printer("libstdc++-v6")
 
-    # For _GLIBCXX_BEGIN_NAMESPACE_VERSION.
-    vers = '(__7::)?'
-    # For _GLIBCXX_BEGIN_NAMESPACE_CONTAINER.
-    container = '(__cxx1998::' + vers + ')?'
-
     # libstdc++ objects requiring pretty-printing.
     # In order from:
     # http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01847.html
diff --git a/modules/hhvm/files/monitoring/hhvm_apc.py 
b/modules/hhvm/files/monitoring/hhvm_apc.py
index d75bd7a..1e18664 100644
--- a/modules/hhvm/files/monitoring/hhvm_apc.py
+++ b/modules/hhvm/files/monitoring/hhvm_apc.py
@@ -6,7 +6,6 @@
   Diamond collector for HHVM APC stats.
 
 """
-import json
 import re
 import urllib2
 

-- 
To view, visit https://gerrit.wikimedia.org/r/278762
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d2c8b93e15fc2c9065766eb9b15b145fefd5c95
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to