Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: webrtc/no_op_function.cc

Issue 2764523002: Enable complete_static_lib on Mac and iOS (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/no_op_function.cc
diff --git a/webrtc/no_op_function.cc b/webrtc/no_op_function.cc
deleted file mode 100644
index 4c10e37d39f9b4c89769b7ee72a8357d48156d26..0000000000000000000000000000000000000000
--- a/webrtc/no_op_function.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-namespace webrtc {
-
-// TODO(kjellander): Remove this whenever possible. GN's static_library
-// target type requires at least one object to avoid errors linking.
-
-// No-op function that can be used to compile an object necessary
-// for linking into a static library.
-int foobarbaz() {
- return 0;
-}
-
-} // namespace webrtc
-
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698