Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index b08a220a23cd4ffad608e35badbd772c8a73e307..0940d888a89035cee2863a15336522fad62bef2d 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -307,15 +307,6 @@ _BANNED_CPP_FUNCTIONS = ( |
| True, |
| (), |
| ), |
| - ( |
| - r'STLDeleteValues', # http://crbug.com/555865 |
| - ( |
| - 'This call is obsolete with C++ 11; create a map with owning', |
| - 'pointers instead (e.g. std::map<std::string, std::unique_ptr<x>> ).', |
| - ), |
| - True, |
| - (), |
| - ), |
| ) |