diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2017-11-30 16:31:27 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-12-01 00:54:47 -0600 |
commit | a797a19687a303b1fb4d80fb6d91ddd88cf9d303 (patch) | |
tree | 5ea5863ac4d71f44e48547e0d0d2287131580002 /external | |
parent | 28b104c46ffe9e2fcff28bc17e084ad7d6e3618c (diff) | |
download | talos-skiboot-a797a19687a303b1fb4d80fb6d91ddd88cf9d303.tar.gz talos-skiboot-a797a19687a303b1fb4d80fb6d91ddd88cf9d303.zip |
gard: Delete stale comment
This comment referred to some previously deleted code. It can go.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/gard/gard.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/external/gard/gard.c b/external/gard/gard.c index 23f87fb9..f73b2dc7 100644 --- a/external/gard/gard.c +++ b/external/gard/gard.c @@ -139,12 +139,6 @@ static void show_flash_err(int rc) } } -/* FIXME: is this the same on p9? I thought the path types came from the XML - * rather than this stuff, maybe it's redundant? - * - * I don't think it is though since the target types are a bitmask rather than - * a plain enum. - */ const struct chip_unit_desc *chip_units; int chip_unit_count; |