From eb9b8da0698aacd14f5aa0879d2a8e390c0c6c13 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jan 2008 17:55:45 -0600 Subject: Minor cleanup: move mke2fs options into mke2fs.c. --- toys/toylist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'toys/toylist.h') diff --git a/toys/toylist.h b/toys/toylist.h index 74a4619f..135310a5 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -11,9 +11,6 @@ struct df_data { long units; }; -// Still to go: "E:jJ:L:m:O:" -#define MKE2FS_OPTSTRING "<1>2g:Fnqm#N#i#b#" - struct dmesg_data { long level; long size; -- cgit v1.2.3