diff mbox series

[1/2] e2fsprogs: remove unused datarootdir

Message ID 20180809083546.17419-1-lczerner@redhat.com
State Accepted, archived
Headers show
Series [1/2] e2fsprogs: remove unused datarootdir | expand

Commit Message

Lukas Czerner Aug. 9, 2018, 8:35 a.m. UTC
Remove unused datarootdir variable from compile_et and mk_cmds.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
 lib/et/compile_et.sh.in | 1 -
 lib/ss/mk_cmds.sh.in    | 1 -
 2 files changed, 2 deletions(-)

Comments

Theodore Ts'o Aug. 12, 2018, 12:13 a.m. UTC | #1
On Thu, Aug 09, 2018 at 10:35:45AM +0200, Lukas Czerner wrote:
> Remove unused datarootdir variable from compile_et and mk_cmds.
> 
> Signed-off-by: Lukas Czerner <lczerner@redhat.com>

Thanks, applied.

				- Ted
diff mbox series

Patch

diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in
index 4c4ba17c..3cba7c7d 100644
--- a/lib/et/compile_et.sh.in
+++ b/lib/et/compile_et.sh.in
@@ -2,7 +2,6 @@ 
 #
 #
 
-datarootdir=@datarootdir@
 AWK=@AWK@
 DIR=@datadir@/et
 
diff --git a/lib/ss/mk_cmds.sh.in b/lib/ss/mk_cmds.sh.in
index 0abc19d7..6d487358 100644
--- a/lib/ss/mk_cmds.sh.in
+++ b/lib/ss/mk_cmds.sh.in
@@ -2,7 +2,6 @@ 
 #
 #
 
-datarootdir=@datarootdir@
 DIR=@datadir@/ss
 AWK=@AWK@
 SED=@SED@