diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-05-20 20:21:16 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-05-20 20:21:16 +0000 |
| commit | 2b9220186ab9a84db8ef9e996e22ec93e43b867a (patch) | |
| tree | a082c6989633447a16d1edbea581cd1fe945bb43 | |
| parent | eb2fbc8fc05e021ef718c1582f7de67e4246caf2 (diff) | |
removing unused variable
| -rw-r--r-- | lasso/id-wsf/discovery.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c index 4d6a1818..2c887c6c 100644 --- a/lasso/id-wsf/discovery.c +++ b/lasso/id-wsf/discovery.c @@ -676,7 +676,6 @@ lasso_discovery_build_modify_response_msg(LassoDiscovery *discovery) LassoUtilityStatus *status = NULL; LassoDiscoRemoveEntry *remove_entry = NULL; LassoDiscoInsertEntry *insert_entry = NULL; - gboolean failure = FALSE; char *new_entry_ids = NULL; char *t_new_entry_ids = NULL; GList *iter = NULL; |
