From commits-return-44322-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Fri Mar 23 16:08:57 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1B04518064D for ; Fri, 23 Mar 2018 16:08:56 +0100 (CET) Received: (qmail 43401 invoked by uid 500); 23 Mar 2018 15:08:56 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 43392 invoked by uid 99); 23 Mar 2018 15:08:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2018 15:08:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F20EEF67A2; Fri, 23 Mar 2018 15:08:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Date: Fri, 23 Mar 2018 15:08:55 -0000 Message-Id: <27947eb959d8484f8df4a8cb818295d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/8] qpid-proton git commit: NO-JIRA: [cpp] remove out-of-date FIXME comment. Repository: qpid-proton Updated Branches: refs/heads/master fbfdeb784 -> aa8d37272 NO-JIRA: [cpp] remove out-of-date FIXME comment. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a65a1751 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a65a1751 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a65a1751 Branch: refs/heads/master Commit: a65a17517cadc62a629f004e6ba5a9ac60cf5f71 Parents: fbfdeb7 Author: Alan Conway Authored: Thu Mar 22 13:19:25 2018 -0400 Committer: Alan Conway Committed: Fri Mar 23 09:27:41 2018 -0400 ---------------------------------------------------------------------- proton-c/bindings/cpp/src/container_test.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a65a1751/proton-c/bindings/cpp/src/container_test.cpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/src/container_test.cpp b/proton-c/bindings/cpp/src/container_test.cpp index 8f9075f..5bfaa28 100644 --- a/proton-c/bindings/cpp/src/container_test.cpp +++ b/proton-c/bindings/cpp/src/container_test.cpp @@ -364,7 +364,6 @@ int test_container_mt_stop() { return 0; } -// FIXME aconway 2018-01-04: test busy stop from other thread #endif } // namespace --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org