Repository: celix Updated Branches: refs/heads/develop 06779dac5 -> 5403908a6
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/develop Commit: 5403908a6b6c9331fd41e2fba05770061820c315 Parents: 06779da Author: Bjoern Petri <[email protected]> Authored: Sat Jan 16 11:08:34 2016 +0100 Committer: Bjoern Petri <[email protected]> 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;
