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 2016/01/25 19:01:56 UTC

[40/51] celix git commit: CELIX-341: remove redefinition

CELIX-341: remove redefinition


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/5403908a
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/5403908a
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/5403908a

Branch: refs/heads/feature/CELIX-335_deploy_refactoring
Commit: 5403908a6b6c9331fd41e2fba05770061820c315
Parents: 06779da
Author: Bjoern Petri <bp...@apache.org>
Authored: Sat Jan 16 11:08:34 2016 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Sat Jan 16 11:08:34 2016 +0100

----------------------------------------------------------------------
 shell_tui/private/src/shell_tui.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/5403908a/shell_tui/private/src/shell_tui.c
----------------------------------------------------------------------
diff --git a/shell_tui/private/src/shell_tui.c b/shell_tui/private/src/shell_tui.c
index 4f5044c..fd5b62c 100644
--- a/shell_tui/private/src/shell_tui.c
+++ b/shell_tui/private/src/shell_tui.c
@@ -35,7 +35,6 @@
 #include "shell_tui.h"
 #include "utils.h"
 
-typedef struct shellTuiActivator * shell_tui_activator_pt;
 
 static void* shellTui_runnable(void *data) {
     shell_tui_activator_pt act = (shell_tui_activator_pt) data;