| Index: mojo/public/bindings/sample/generated/sample_bar.cc
|
| diff --git a/mojo/public/bindings/sample/generated/sample_bar.cc b/mojo/public/bindings/sample/generated/sample_bar.cc
|
| deleted file mode 100644
|
| index e4f2daf6b257cfd368d55ece52e121fc90e414d3..0000000000000000000000000000000000000000
|
| --- a/mojo/public/bindings/sample/generated/sample_bar.cc
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2013 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/bindings/sample/generated/sample_bar.h"
|
| -
|
| -namespace sample {
|
| -
|
| -// static
|
| -Bar* Bar::New(mojo::Buffer* buf) {
|
| - return new (buf->Allocate(sizeof(Bar))) Bar();
|
| -}
|
| -
|
| -Bar::Bar() {
|
| - _header_.num_bytes = sizeof(*this);
|
| - _header_.num_fields = 3;
|
| -}
|
| -
|
| -} // namespace sample
|
|
|