UNUSED             37 base/android/linker/linker_jni.cc #define UNUSED __attribute__((unused))
UNUSED             50 net/disk_cache/blockfile/stats.h     UNUSED,  // Was: ga.js was evicted from the cache.
UNUSED             36 net/socket/client_socket_handle.h     UNUSED = 0,   // unused socket that just finished connecting
UNUSED             67 third_party/libusb/src/libusb/libusbi.h #define UNUSED(var)			do { (void)(var); } while(0)
UNUSED             36 third_party/simplejson/_speedups.c #define UNUSED __attribute__((__unused__))
UNUSED             38 third_party/simplejson/_speedups.c #define UNUSED