Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index da46670970c7c4a7bb7c5b42566b0d60a6491044..bdca3d2b6d60102de64585a5de7256beca066a54 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -316,15 +316,6 @@ _BANNED_CPP_FUNCTIONS = ( |
(), |
), |
( |
- r'STLDeleteElements', # 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'STLDeleteValues', # http://crbug.com/555865 |
( |
'This call is obsolete with C++ 11; create a map with owning', |