libutils: sp/wp: undef #defines
Seems these undefs are slightly out of sync/out of date. Bug: N/A Test: libutils_test Change-Id: I884ae1ca97754a6459a2c7844264f513eecddaba
This commit is contained in:
parent
264a37d12f
commit
243f57bb82
2 changed files with 3 additions and 1 deletions
|
@ -455,6 +455,7 @@ private:
|
|||
};
|
||||
|
||||
#undef COMPARE_WEAK
|
||||
#undef COMPARE_WEAK_FUNCTIONAL
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// No user serviceable parts below here.
|
||||
|
|
|
@ -134,7 +134,8 @@ private:
|
|||
void sp_report_race();
|
||||
void sp_report_stack_pointer();
|
||||
|
||||
#undef COMPARE
|
||||
#undef COMPARE_STRONG
|
||||
#undef COMPARE_STRONG_FUNCTIONAL
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// No user serviceable parts below here.
|
||||
|
|
Loading…
Reference in a new issue