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 <[email protected]>
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

Reply via email to