You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/11/04 21:41:58 UTC

qpid-proton git commit: NO-JIRA: Removed dead code container.h

Repository: qpid-proton
Updated Branches:
  refs/heads/cpp-convert [created] 1f9985631


NO-JIRA: Removed dead code container.h

Contained only a typedef which is not referred to anywhere, no functions, and
was missing the close brace on 'extern "C" {' which implies it has never
actually been included anywhere or the windows C++ build would have failed.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1f998563
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1f998563
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1f998563

Branch: refs/heads/cpp-convert
Commit: 1f9985631a3c52a75c61303e85c644e27f4b2e2d
Parents: c0917a0
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Nov 4 15:41:46 2015 -0500
Committer: Alan Conway <ac...@redhat.com>
Committed: Wed Nov 4 15:41:46 2015 -0500

----------------------------------------------------------------------
 proton-c/CMakeLists.txt             |  1 -
 proton-c/include/proton/container.h | 50 --------------------------------
 2 files changed, 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1f998563/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index 6a35170..d80d60a 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -344,7 +344,6 @@ set (qpid-proton-include
   include/proton/codec.h
   include/proton/condition.h
   include/proton/connection.h
-  include/proton/container.h
   include/proton/delivery.h
   include/proton/disposition.h
   include/proton/engine.h

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1f998563/proton-c/include/proton/container.h
----------------------------------------------------------------------
diff --git a/proton-c/include/proton/container.h b/proton-c/include/proton/container.h
deleted file mode 100644
index a1de525..0000000
--- a/proton-c/include/proton/container.h
+++ /dev/null
@@ -1,50 +0,0 @@
-#ifndef PROTON_CONTAINER_H
-#define PROTON_CONTAINER_H 1
-
-/*
- *
- * 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.
- *
- */
-
-#include <proton/import_export.h>
-#include <proton/type_compat.h>
-#include <stddef.h>
-#include <sys/types.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/** @file
- * Container API for the proton Engine.
- *
- * @defgroup container Container
- * @ingroup engine
- * @{
- */
-
-/**
- * Encapsulates the endpoint state associated with an AMQP Container.
- */
-typedef struct pn_container_t pn_container_t;
-
-/** @}
- */
-
-#endif /* container.h */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org