summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-12-17 12:57:21 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-17 20:58:26 +0000
commitab8296e3e739f61ddc5d79a2286e10228b6aa704 (patch)
tree423fe8a269f2dda3a756e38664fe9695921e1295
parentd0a0ab7efa8f9e7eb2124468070e79c2786113a8 (diff)
downloadchromium_src-ab8296e3e739f61ddc5d79a2286e10228b6aa704.zip
chromium_src-ab8296e3e739f61ddc5d79a2286e10228b6aa704.tar.gz
chromium_src-ab8296e3e739f61ddc5d79a2286e10228b6aa704.tar.bz2
base: remove dcheng's TODO for updating webrtc
I have updated webrtc in https://chromium.googlesource.com/external/webrtc/+/66679dcc04658e5e0dc334f53e647eb9eb3107ed BUG=None R=danakj@chromium.org Review URL: https://codereview.chromium.org/1531873004 Cr-Commit-Position: refs/heads/master@{#365882}
-rw-r--r--base/compiler_specific.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index 402bc5d..8de949d 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -123,7 +123,6 @@
// Use like:
// int foo() WARN_UNUSED_RESULT;
// To explicitly ignore a result, see |ignore_result()| in base/macros.h.
-// TODO(dcheng): Update //third_party/webrtc's macro definition to match.
#undef WARN_UNUSED_RESULT
#if defined(COMPILER_GCC) || defined(__clang__)
#define WARN_UNUSED_RESULT __attribute__((warn_unused_result))