summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-24 20:58:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-24 20:58:21 -0800
commit0c0c642234ffb4532b9f66c0f16af37a1c58fe45 (patch)
tree60cfb6995911cf30f2ecf310bcbc54150e8d2851 /profiles/health
parentdfa18f7d73c6ff24c34c5630d9b6ceaf4e7ed144 (diff)
downloadbluez-0c0c642234ffb4532b9f66c0f16af37a1c58fe45.tar.gz
health: Remove useless define for hton64
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/mcap_sync.c2
1 files changed, 0 insertions, 2 deletions
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;