-
Anthony Liguori authored
Now that we're using enums for module types, it makes no sense to bother keeping a list of module types when we know exactly how many they are. Switching to an array simplifies the code and eliminates the aforementioned bug. Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>Anthony Liguori authoredNow that we're using enums for module types, it makes no sense to bother keeping a list of module types when we know exactly how many they are. Switching to an array simplifies the code and eliminates the aforementioned bug. Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Loading