From e5e3a222cc90bdd2346a57272a782f2764b88946 Mon Sep 17 00:00:00 2001 From: Dmitriy Paliy Date: Thu, 11 Nov 2010 09:36:11 +0200 Subject: [PATCH] obexd: Code clean up: pbap->params = params removed pbap->params = params; removed due to the fact that this assignment is already used in the same function. --- obexd/plugins/pbap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c index a40563c4b..666054b60 100644 --- a/obexd/plugins/pbap.c +++ b/obexd/plugins/pbap.c @@ -612,7 +612,6 @@ static int pbap_get(struct obex_session *os, obex_object_t *obj, if (path == NULL) return -EBADR; - pbap->params = params; ret = obex_get_stream_start(os, path); g_free(path); -- 2.47.3