summaryrefslogtreecommitdiff
path: root/src/dbus-common.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-04 11:55:00 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-04 11:55:00 -0800
commitf94eba715c87de39e0576ac63f38c6ee88558b3c (patch)
treeb0538995d4491d3d980444245e113cc74ac628d7 /src/dbus-common.h
parentd6278e4132df5d7d577fab0bd8a7d7479fd8aac0 (diff)
downloadbluez-f94eba715c87de39e0576ac63f38c6ee88558b3c.tar.gz
core: Remove pointless temporary adapter path variable
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r--src/dbus-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h
index e2ea365b1..f331b2f6d 100644
--- a/src/dbus-common.h
+++ b/src/dbus-common.h
@@ -21,8 +21,6 @@
*
*/
-#define MAX_PATH_LENGTH 64
-
void dict_append_entry(DBusMessageIter *dict,
const char *key, int type, void *val);