summaryrefslogtreecommitdiff
path: root/zephyr/gcov.tmpl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/gcov.tmpl.sh')
-rwxr-xr-xzephyr/gcov.tmpl.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/gcov.tmpl.sh b/zephyr/gcov.tmpl.sh
deleted file mode 100755
index 96bd82ab51..0000000000
--- a/zephyr/gcov.tmpl.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 ${CMAKE_GCOV} "$@"