backend: Remove two superfluous casts
authorBart Van Assche <bvanassche@acm.org>
Fri, 4 Sep 2020 23:06:07 +0000 (16:06 -0700)
committerBart Van Assche <bvanassche@acm.org>
Sat, 12 Sep 2020 01:20:32 +0000 (18:20 -0700)
commit0518f09fff6004b2c42856cc3700c4d20e62470f
tree7b9578bdae34c99689db0b0f5a3918de599cae29
parent695611a9d4cd554d44d8b2ec5da2811061950a2e
backend: Remove two superfluous casts

Casting the type of a string constant to (const char *) is not necessary.
These casts were introduced by commit ce4864950d2c ("backend: Logging
exec_{pre|post}run").

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
backend.c