You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/02/03 20:40:02 UTC

[celix] branch feature/query_command updated: gh-144: Removes incorrect deprecated attribute

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/query_command
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/query_command by this push:
     new 7417f01  gh-144: Removes incorrect deprecated attribute
7417f01 is described below

commit 7417f01453193d322f4717812fc6784628fadce2
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Feb 3 21:39:28 2020 +0100

    gh-144: Removes incorrect deprecated attribute
---
 bundles/shell/shell/deprecated_api/shell.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bundles/shell/shell/deprecated_api/shell.h b/bundles/shell/shell/deprecated_api/shell.h
index 8d4034d..fed44bc 100644
--- a/bundles/shell/shell/deprecated_api/shell.h
+++ b/bundles/shell/shell/deprecated_api/shell.h
@@ -19,8 +19,6 @@
 #ifndef SHELL_H_
 #define SHELL_H_
 
-__attribute__((deprecated))
-
 #include "celix_shell.h"
 
 #define OSGI_SHELL_SERVICE_NAME     CELIX_SHELL_SERVICE_NAME