summaryrefslogtreecommitdiff
path: root/util/llvm-gcov.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/llvm-gcov.sh')
-rwxr-xr-xutil/llvm-gcov.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/llvm-gcov.sh b/util/llvm-gcov.sh
deleted file mode 100755
index 7c1c97a7d5..0000000000
--- a/util/llvm-gcov.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-exec llvm-cov gcov "$@"