You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/01/06 21:48:02 UTC

[2/2] mesos git commit: Removed unused headers in src/docker.

Removed unused headers in src/docker.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/968a5968
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/968a5968
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/968a5968

Branch: refs/heads/master
Commit: 968a5968e4ca298adc906f7a8cacb866e9000f8f
Parents: b3fc8fb
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Jan 6 12:47:32 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Jan 6 12:47:32 2016 -0800

----------------------------------------------------------------------
 src/docker/v1.hpp | 23 -----------------------
 src/docker/v2.hpp | 23 -----------------------
 2 files changed, 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/968a5968/src/docker/v1.hpp
----------------------------------------------------------------------
diff --git a/src/docker/v1.hpp b/src/docker/v1.hpp
deleted file mode 100644
index a155a8e..0000000
--- a/src/docker/v1.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you 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.
-
-#ifndef __MESOS_DOCKER_V1_HPP__
-#define __MESOS_DOCKER_V1_HPP__
-
-// ONLY USEFUL AFTER RUNNING PROTOC.
-#include <mesos/docker/v1.pb.h>
-
-#endif // __MESOS_DOCKER_V1_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/968a5968/src/docker/v2.hpp
----------------------------------------------------------------------
diff --git a/src/docker/v2.hpp b/src/docker/v2.hpp
deleted file mode 100644
index abab12b..0000000
--- a/src/docker/v2.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you 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.
-
-#ifndef __MESOS_DOCKER_V2_HPP__
-#define __MESOS_DOCKER_V2_HPP__
-
-// ONLY USEFUL AFTER RUNNING PROTOC.
-#include <mesos/docker/v2.pb.h>
-
-#endif // __MESOS_DOCKER_V2_HPP__