From patchwork Thu Aug 9 08:35:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukas Czerner X-Patchwork-Id: 955405 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41mM6s5HDLz9s1c for ; Thu, 9 Aug 2018 18:36:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728665AbeHILAX (ORCPT ); Thu, 9 Aug 2018 07:00:23 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:40898 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727879AbeHILAX (ORCPT ); Thu, 9 Aug 2018 07:00:23 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4E2747A7EB for ; Thu, 9 Aug 2018 08:36:36 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.43.17.220]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE5022314E; Thu, 9 Aug 2018 08:36:35 +0000 (UTC) From: Lukas Czerner To: linux-ext4@vger.kernel.org Cc: Lukas Czerner Subject: [PATCH 1/2] e2fsprogs: remove unused datarootdir Date: Thu, 9 Aug 2018 10:35:45 +0200 Message-Id: <20180809083546.17419-1-lczerner@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Thu, 09 Aug 2018 08:36:36 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Thu, 09 Aug 2018 08:36:36 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lczerner@redhat.com' RCPT:'' Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Remove unused datarootdir variable from compile_et and mk_cmds. Signed-off-by: Lukas Czerner --- lib/et/compile_et.sh.in | 1 - lib/ss/mk_cmds.sh.in | 1 - 2 files changed, 2 deletions(-) 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@