On 4/20/13 4:48 AM, Igor Galić wrote:
----- Original Message -----
Updated Branches:
refs/heads/master 21515f600 -> c88d6153e
TS-1820 Unify the use of UNUSED, and eliminate trash
[snip]
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3840df18/lib/ts/ink_assert.cc
----------------------------------------------------------------------
diff --git a/lib/ts/ink_assert.cc b/lib/ts/ink_assert.cc
index 9ae5be1..c40ea38 100644
--- a/lib/ts/ink_assert.cc
+++ b/lib/ts/ink_assert.cc
@@ -29,7 +29,6 @@ Assertions
#include "ink_platform.h"
#include "ink_assert.h"
#include "ink_error.h"
-#include "ink_unused.h"
#include "ink_string.h" /* MAGIC_EDITING_TAG */
does that mean we still have a MAGIC_EDITING_TAG in ink_string.h left, or this
comment bogus?
Probably bogus. Fix it Felix :).
-- Leif
[snip]