From 1ecd3f6236e4d5a2a54ff87d6a9f6dd9f09fe45e Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Tue, 16 Oct 2018 18:53:57 +0900 Subject: [PATCH] Address comments from #725016 Test: ran this Change-Id: Iedda798519297499a1d6d28e4aac2199456e9e92 --- tools/core_connectivity/check_style.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/core_connectivity/check_style.sh b/tools/core_connectivity/check_style.sh index 29614e0d6..c1875907d 100755 --- a/tools/core_connectivity/check_style.sh +++ b/tools/core_connectivity/check_style.sh @@ -3,12 +3,8 @@ SELFNAME=$0 -function getAbsolutePath() { - readlink -e $1 -} - function printUsage() { - echo " $SELFNAME check coding style for HEAD in this git" + echo " $SELFNAME check coding style for HEAD in this git repository" echo " $SELFNAME -h show this message" }