aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/empty.cc
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2015-07-24 07:43:53 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-07-27 08:32:27 +0000
commit8a995b4cde223ff3aee80efd798493a2b7bfd224 (patch)
tree6d22f5bf65cd6adfdb7830454626206afb7f2b93 /tools/cpp/empty.cc
parent255791c9ebdbf7ee3111b65baac89737fffbf22d (diff)
Remove implicit .a and .so outputs from Bazel.
Change CcLibrary to work both with and without declared outputs. This fixed #61 - header-only libraries now compile on MacOS. -- MOS_MIGRATED_REVID=99007746
Diffstat (limited to 'tools/cpp/empty.cc')
-rw-r--r--tools/cpp/empty.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/cpp/empty.cc b/tools/cpp/empty.cc
deleted file mode 100644
index 7309f1cff2..0000000000
--- a/tools/cpp/empty.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2014 Google Inc. All rights reserved.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-//
-// Workaround for the problem that MacOS tools give an error if there is no
-// object file on the command line.
-//