summaryrefslogtreecommitdiff
path: root/src/sdpd-service.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-05-10 10:13:08 +0200
committerJohan Hedberg <jh@dell.(none)>2011-05-15 01:47:08 +0300
commit61d0747e6c9289485ca5b33e2fd1874d1a9b27c5 (patch)
tree91c4320921aa14815e3531fbe2a0a592ab64a549 /src/sdpd-service.c
parent0f27847ff8ab48d06d5abd6e5bf35e315cf16457 (diff)
downloadbluez-61d0747e6c9289485ca5b33e2fd1874d1a9b27c5.tar.gz
Fix dead increments and assignments in sdp code
Diffstat (limited to 'src/sdpd-service.c')
-rw-r--r--src/sdpd-service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdpd-service.c b/src/sdpd-service.c
index 96799edba..de115626b 100644
--- a/src/sdpd-service.c
+++ b/src/sdpd-service.c
@@ -515,7 +515,6 @@ int service_remove_req(sdp_req_t *req, sdp_buf_t *rsp)
int status = 0;
/* extract service record handle */
- p += sizeof(uint32_t);
rec = sdp_record_find(handle);
if (rec) {