From: Marcel Holtmann Date: Sat, 25 Jan 2014 04:58:21 +0000 (-0800) Subject: health: Remove useless define for hton64 X-Git-Tag: android-x86-4.4-r3~5696 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0c0c642234ffb4532b9f66c0f16af37a1c58fe45;p=android-x86%2Fexternal-bluetooth-bluez.git health: Remove useless define for hton64 --- diff --git a/profiles/health/mcap_sync.c b/profiles/health/mcap_sync.c index 7c35e4a2f..cba7a2aa6 100644 --- a/profiles/health/mcap_sync.c +++ b/profiles/health/mcap_sync.c @@ -88,8 +88,6 @@ struct sync_set_data { gboolean role; }; -#define hton64(x) ntoh64(x) - static gboolean csp_caps_initialized = FALSE; struct csp_caps _caps;