tools/testing/nvdimm: Drop empty platform remove function
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 7 Jun 2023 03:26:00 +0000 (20:26 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 7 Jun 2023 20:30:21 +0000 (13:30 -0700)
commite98d14fa7315867fded127a98db355f49807dfdb
treece4944dbd2c6af2baaeea7a104122fdc463b5952
parent7f80ab365a1d10cb143c897954199c760272c338
tools/testing/nvdimm: Drop empty platform remove function

A remove callback just returning 0 is equivalent to no remove callback
at all. So drop the useless function.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20221213100512.599548-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/nvdimm/test/nfit.c