fstools: remove redundant F2FS_MINSIZE definition
authorRui Salvaterra <rsalvaterra@gmail.com>
Thu, 4 Apr 2024 00:29:33 +0000 (01:29 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 4 Apr 2024 00:53:37 +0000 (01:53 +0100)
commit013050f8db8779f23333397245af5404c8c2306b
tree3e4c9020d4ad1c6ec132a7d743e4aba8326280e6
parent08cd7083cac4bddf88459efa0881ee52858e7d0a
fstools: remove redundant F2FS_MINSIZE definition

It's defined in common.h, which rootdisk.c also includes. Remove the redundant
definition from the latter.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
libfstools/rootdisk.c