Drop unneeded casting of "entry" from struct cache_service
authorRafał Miłecki <rafal@milecki.pl>
Thu, 9 Mar 2017 13:01:27 +0000 (14:01 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Thu, 9 Mar 2017 13:02:56 +0000 (14:02 +0100)
commite985074edacf30012e360f7cc745e070ce997141
tree17c9132b1ce55b2df08f5721b9724c3984547bc7
parent0d545ed7287026584722a3f9aa855c29bd24d59f
Drop unneeded casting of "entry" from struct cache_service

Since commit 819b909b82e4 ("cache: constify entry and host pointers in
struct cache_entry") it is "const char *" so we don't need to cast it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
ubus.c