You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bp...@apache.org on 2015/06/21 10:46:12 UTC

[2/2] celix git commit: CELIX-242: Removed unused variables

CELIX-242: Removed unused variables


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

Branch: refs/heads/develop
Commit: fbe73c2819a11d9e443f17fd53da96d28d684b7c
Parents: 1ae5c29
Author: Bjoern Petri <bp...@apache.org>
Authored: Sat Jun 20 16:59:52 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
Committed: Sat Jun 20 16:59:52 2015 +0200

----------------------------------------------------------------------
 log_writer/log_writer_syslog/private/src/log_writer_syslog.c | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/fbe73c28/log_writer/log_writer_syslog/private/src/log_writer_syslog.c
----------------------------------------------------------------------
diff --git a/log_writer/log_writer_syslog/private/src/log_writer_syslog.c b/log_writer/log_writer_syslog/private/src/log_writer_syslog.c
index e981cfd..c5a35ea 100644
--- a/log_writer/log_writer_syslog/private/src/log_writer_syslog.c
+++ b/log_writer/log_writer_syslog/private/src/log_writer_syslog.c
@@ -40,8 +40,6 @@
 celix_status_t logListener_logged(log_listener_pt listener, log_entry_pt entry)
 {
 	celix_status_t status = CELIX_SUCCESS;
-    module_pt module = NULL;
-    char *sName = NULL;
 
 	int sysLogLvl = -1;