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

Unified Diff: PRESUBMIT.py

Issue 2580793003: Remove stl_util's deletion functions. (Closed)
Patch Set: rebase Created 4 years 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
« no previous file with comments | « no previous file | base/stl_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
- (),
- ),
)
« no previous file with comments | « no previous file | base/stl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698