]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
common.h: remove unused macros
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 10 Feb 2022 09:32:08 +0000 (18:32 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 10 Feb 2022 09:32:35 +0000 (18:32 +0900)
commit121bcc36291887d233743f42aad73f57aef0ecfe
treeec642edf7898ca11eb3cab16e6a2b3b6a24db074
parent88bb77d32e0dabaabacf2e5cb85d4d30643860b7
common.h: remove unused macros

round_up is not used
__stringify is defined in define_cmd and used
__fallthrough__ not used, occur error from lower version of GCC

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
common.h