hw/ppc: Delete unused ppc405cr_init() code
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Jan 2021 17:12:10 +0000 (17:12 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 18 Jan 2021 23:20:29 +0000 (10:20 +1100)
commit7980822342834dcc77d3cb8ea0dfd2b2d42e90a5
tree8f5f171fb957927a80973c95774ea67e1573947c
parent706e944206d70659229a486385120326bca77695
hw/ppc: Delete unused ppc405cr_init() code

The function ppc405cr_init() has apparently been unused since it was
added in commit 8ecc7913525ecb in 2007.

Remove this dead code, so we don't have to convert it away from using
ppcuic_init().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210108171212.16500-3-peter.maydell@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc405.h
hw/ppc/ppc405_uc.c