Bug 1223804 - remove unused container macro; r=btian

This commit is contained in:
Nathan Froyd 2015-11-10 16:41:18 -05:00
Родитель 0d0da460ed
Коммит 80108dcc19
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -278,13 +278,6 @@ BluetoothDaemonProtocol::FetchResultHandler(
// Interface
//
/* returns the container structure of a variable; _t is the container's
* type, _v the name of the variable, and _m is _v's field within _t
*/
#define container(_t, _v, _m) \
( (_t*)( ((const unsigned char*)(_v)) - offsetof(_t, _m) ) )
static bool
IsDaemonRunning()
{