diff options
author | Daniel Rosenberg <drosen@google.com> | 2016-03-28 15:00:20 -0700 |
---|---|---|
committer | Daniel Rosenberg <drosen@google.com> | 2016-03-29 00:20:52 +0000 |
commit | a5aa95121d126ce2bde0d53d47c5d6641c900948 (patch) | |
tree | 18f421c5a689cffca06214f356e86091830beab5 /fs/sdcardfs | |
parent | cdaa7dcb05f7955e855fa816c21c3210088ca2b8 (diff) |
sdcardfs: Remove unused code
Change-Id: Ie97cba27ce44818ac56cfe40954f164ad44eccf6
Diffstat (limited to 'fs/sdcardfs')
-rw-r--r-- | fs/sdcardfs/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/sdcardfs/main.c b/fs/sdcardfs/main.c index fa11a0458b84..a6522286d731 100644 --- a/fs/sdcardfs/main.c +++ b/fs/sdcardfs/main.c @@ -54,7 +54,6 @@ static int parse_options(struct super_block *sb, char *options, int silent, char *p; substring_t args[MAX_OPT_ARGS]; int option; - char *string_option; /* by default, we use AID_MEDIA_RW as uid, gid */ opts->fs_low_uid = AID_MEDIA_RW; @@ -117,7 +116,6 @@ static int parse_options(struct super_block *sb, char *options, int silent, break; /* unknown option */ default: -invalid_option: if (!silent) { printk( KERN_ERR "Unrecognized mount option \"%s\" " "or missing value", p); |