| Index: tools/clang_check/link_wrapper.sh
|
| diff --git a/tools/clang_check/link_wrapper.sh b/tools/clang_check/link_wrapper.sh
|
| deleted file mode 100755
|
| index c716a56c226a1d9b0f564de6065d4c6fefc4ab6c..0000000000000000000000000000000000000000
|
| --- a/tools/clang_check/link_wrapper.sh
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -#!/bin/bash
|
| -#
|
| -# Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -#
|
| -# Note how we don't actually link anything here.
|
| -
|
| -# sed always does greedy matching. This is ok in the compiler wrapper scripts
|
| -# because
|
| -TARGETOBJ=`echo $@ | perl -pe 's/.*-o ([^\s]+).*/$1/;'`
|
| -
|
| -touch $TARGETOBJ
|
|
|