diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2019-09-24 14:19:22 +1000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-10-04 19:08:22 +1000 |
commit | da2ef5b2f24be70d4fa0b05fd6799031cd3a456e (patch) | |
tree | 958f37282b5e2b1fb4a398e66e72052fdd7fa5f1 /python | |
parent | 28976c99cfa59e1880a86a59af20099eba62f5e7 (diff) |
xics: Eliminate reset hook
Currently TYPE_XICS_BASE and TYPE_XICS_SIMPLE have their own reset methods,
using the standard technique for having the subtype call the supertype's
methods before doing its own thing.
But TYPE_XICS_SIMPLE is the only subtype of TYPE_XICS_BASE ever
instantiated, so there's no point having the split here. Merge them
together into just an ics_reset() function.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions