aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/fix-hg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/fix-hg.sh')
-rwxr-xr-xvespalib/fix-hg.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespalib/fix-hg.sh b/vespalib/fix-hg.sh
deleted file mode 100755
index 57c7d48bc58..00000000000
--- a/vespalib/fix-hg.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-td=${0%.sh}.pl
-if [ -f "$td" ]; then
- find . -name '*.h' -o -name '*.hpp' | xargs $td
-else
- echo "Could not find '${td}'"
-fi