remove unused DBusError in kdbus_read_message() 89/207789/2
authorHimanshu Maithani <himanshu.m@samsung.com>
Tue, 28 May 2019 08:48:27 +0000 (14:18 +0530)
committerHimanshu Maithani <himanshu.m@samsung.com>
Mon, 17 Jun 2019 15:07:25 +0000 (15:07 +0000)
commit04df0ad5f440d3b16174218ade8e7f58092dae46
tree95434da58173a0af8d2358c6db25c1c96d402fe7
parent4afc3d948a181b0eab55436b22f72ba5d33d8efb
remove unused DBusError in kdbus_read_message()

The function defines and initializes  local DBusError.
It is not used in kdbus_decode_msg() and function relies on assert for error.
So, remove the DBusError variable in kdbus_decode_msg().

Change-Id: Ic726f2a161f06766b081f1a98e83ff4f3834f75b
Signed-off-by: Himanshu Maithani <himanshu.m@samsung.com>
Signed-off-by: Gaurav Gupta <g.gupta@samsung.com>
dbus/dbus-transport-kdbus.c