| Index: base/compiler_specific.h
|
| diff --git a/base/compiler_specific.h b/base/compiler_specific.h
|
| index 402bc5ddb691d1b030cfd029f3e0eb33dc2a107d..8de949d25700137029a2b8a3af2baec98ff74922 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))
|
|
|