blob: d8f02c90dbf660dd058ee5d136e91a24eefa2e21 [file] [log] [blame]
Henrik Kjellander73e21802017-06-20 08:38:58 +02001/*
2 * Copyright 2017 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
11/**
12 * This class only exists as glue in a transition.
13 * TODO(kjellander): Remove.
14 * See https://bugs.webrtc.org/7634 for more details.
15 */
16class Dummy {
17 Dummy() {
18 }
19}