]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, subst.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 16:28:59 +0000 (16:28 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Oct 1999 16:28:59 +0000 (16:28 +0000)
  subst.c (substitute_line): Removed some unused variables.

util/ChangeLog
util/subst.c

index 1bd5956dafe76bcf281da0bd7fca761d8e21ff92..493dd4e8e9fb3f8e0fe99489e80b313427649587 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-26    <tytso@valinux.com>
+
+       * subst.c (substitute_line): Removed some unused variables.
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16
index f1f7a6e3ee25aff8c36d7d6da2e4ab52a07526c4..c8a2b23a4c2f867269d9ec95f3ac00798e0e3dcb 100644 (file)
@@ -113,10 +113,10 @@ static void replace_string(char *begin, char *end, char *newstr)
 
 static void substitute_line(char *line)
 {
-       char    *ptr, *name_ptr, *end_ptr, *cp, ch;
+       char    *ptr, *name_ptr, *end_ptr;
        struct subst_entry *ent;
        char    *replace_name;
-       int     len, replace_len;
+       int     len;
 
        /*
         * Expand all @FOO@ substitutions