Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 83aca99c3978ba02e59da34b117337ae7a422ceb..b8a13c1957c663c85d1af042785a309c8c904ceb 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -317,15 +317,6 @@ _BANNED_CPP_FUNCTIONS = ( |
(), |
), |
( |
- r'STLDeleteContainerPointers', # http://crbug.com/555865 |
- ( |
- 'This call is obsolete with C++ 11; create a container with owning', |
- 'pointers instead (e.g. std::vector<std::unique_ptr<x>> ).', |
- ), |
- True, |
- (), |
- ), |
- ( |
r'STLDeleteElements', # http://crbug.com/555865 |
( |
'This call is obsolete with C++ 11; create a container with owning', |