Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 Jan 2013 01:24:27 +0000 (02:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 14 Jan 2013 01:24:27 +0000 (02:24 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/volume_id/squashfs.c

index 331ac20fd3b1d55479f04f8da84c0a78ca96240c..c5b4f9cedb3551c329fe006cf17d6f70737d99b7 100644 (file)
@@ -6,16 +6,6 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
-//config:config FEATURE_VOLUMEID_SQUASHFS
-//config:      bool "SquashFS filesystem"
-//config:      default y
-//config:      depends on VOLUMEID && FEATURE_BLKID_TYPE
-//config:      help
-//config:        Squashfs is a compressed read-only filesystem for Linux. Squashfs is
-//config:        intended for general read-only filesystem use and in constrained block
-//config:        device/memory systems (e.g. embedded systems) where low overhead is
-//config:        needed.
-
 //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o
 
 #include "volume_id_internal.h"