summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/platform/named_platform_channel_fuchsia.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/platform/named_platform_channel_fuchsia.cc')
-rw-r--r--mojo/public/cpp/platform/named_platform_channel_fuchsia.cc26
1 files changed, 0 insertions, 26 deletions
diff --git a/mojo/public/cpp/platform/named_platform_channel_fuchsia.cc b/mojo/public/cpp/platform/named_platform_channel_fuchsia.cc
deleted file mode 100644
index 44ae4af368..0000000000
--- a/mojo/public/cpp/platform/named_platform_channel_fuchsia.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2018 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.
-
-#include "mojo/public/cpp/platform/named_platform_channel.h"
-
-namespace mojo {
-
-// static
-PlatformChannelServerEndpoint NamedPlatformChannel::CreateServerEndpoint(
- const Options& options,
- ServerName* server_name) {
- // TODO(https://crbug.com/754038): Implement, or remove dependencies.
- NOTREACHED();
- return {};
-}
-
-// static
-PlatformChannelEndpoint NamedPlatformChannel::CreateClientEndpoint(
- const ServerName& server_name) {
- // TODO(https://crbug.com/754038): Implement, or remove dependencies.
- NOTREACHED();
- return {};
-}
-
-} // namespace mojo