From 272d17ed7cc17637808c09ab48478562a1bab520 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Tue, 13 Oct 2020 21:50:07 -0600 Subject: vpd: Cleanup various linting warnings. (#143) --- libs/VPD/vpd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libs') diff --git a/libs/VPD/vpd.c b/libs/VPD/vpd.c index d8c4455..c2b9622 100644 --- a/libs/VPD/vpd.c +++ b/libs/VPD/vpd.c @@ -46,11 +46,8 @@ #include #include #include -#endif /* CXX_SIMULATOR */ #include -#ifdef CXX_SIMULATOR /* Host libraries required */ - typedef struct { const char *name; @@ -196,4 +193,4 @@ uint8_t *vpd_get_identifier(uint8_t *buffer, uint32_t *len) return get_tag_data(buffer, len); } -#endif /* CXX_SIMULATOR */ \ No newline at end of file +#endif /* CXX_SIMULATOR */ -- cgit v1.2.1