hw/audio/ac97: Remove unimplemented reset functions
commitdafea9e2868a5349bb0f1650dd18fa1aac806ee4
authorBALATON Zoltan <balaton@eik.bme.hu>
Sat, 23 Apr 2022 09:36:57 +0000 (23 11:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 25 May 2022 19:26:35 +0000 (25 21:26 +0200)
tree7e9787ccc7d6d1c4c056aaa29645b6a86893450d
parentab9f0f7d44d6795050187b3bb0fc28fe804a062b
hw/audio/ac97: Remove unimplemented reset functions

The warm_reset() and cold_reset() functions are not implemented and do
nothing so no point in calling them or keep around as dead code.
Therefore remove them for now.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: VĂ­ctor Colombo <victor.colombo@eldorado.org.br>
Message-Id: <cc6e99fd498a9ae358ebce787fc04ab6e8201879.1650706617.git.balaton@eik.bme.hu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/audio/ac97.c