Skip to content

Commit

Permalink
Revert 252593 "Mojo: Write some tests for public/system/macros.h."
Browse files Browse the repository at this point in the history
> Mojo: Write some tests for public/system/macros.h.
> 
> I really set out to also write no-compile tests, but they're currently totally
> disabled. :(
> 
> R=sky@chromium.org
> 
> Review URL: https://codereview.chromium.org/175343002

TBR=viettrungluu@chromium.org

Review URL: https://codereview.chromium.org/169433003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252596 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
viettrungluu@chromium.org committed Feb 21, 2014
1 parent c6b8d36 commit a9b2430
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
1 change: 0 additions & 1 deletion mojo/mojo_public.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
'public/tests/system/core_cpp_unittest.cc',
'public/tests/system/core_unittest.cc',
'public/tests/system/core_unittest_pure_c.c',
'public/tests/system/macros_unittest.cc',
],
},
{
Expand Down
1 change: 0 additions & 1 deletion mojo/public/system/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
// Annotate a function indicating that the caller must examine the return value.
// Use like:
// int foo() MOJO_WARN_UNUSED_RESULT;
// Note that it can only be used on the prototype, and not the definition.
#if defined(__GNUC__)
#define MOJO_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
Expand Down
143 changes: 0 additions & 143 deletions mojo/public/tests/system/macros_unittest.cc

This file was deleted.

0 comments on commit a9b2430

Please sign in to comment.