This is an automated email from the ASF dual-hosted git repository.

rbulter pushed a commit to branch 
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/add_msg_segemenation_to_tcp_admin_with_wire_v2 by this push:
     new 87fdf7b  remove unused parameters
87fdf7b is described below

commit 87fdf7b6215e9ff4b9dd135576b98f76c7691849
Author: Roy Bulter <[email protected]>
AuthorDate: Wed Apr 29 22:19:41 2020 +0200

    remove unused parameters
---
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c | 2 --
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c   | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c 
b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c
index 18d17f4..d99475c 100644
--- a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c
+++ b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_receiver.c
@@ -96,7 +96,6 @@ typedef struct psa_tcp_requested_connection_entry {
 typedef struct psa_tcp_subscriber_metrics_entry_t {
     unsigned int msgTypeId;
     uuid_t origin;
-
     unsigned long nrOfMessagesReceived;
     unsigned long nrOfSerializationErrors;
     struct timespec lastMessageReceived;
@@ -105,7 +104,6 @@ typedef struct psa_tcp_subscriber_metrics_entry_t {
     double averageDelayInSeconds;
     double maxDelayInSeconds;
     double minDelayInSeconds;
-    unsigned int lastSeqNr;
     unsigned long nrOfMissingSeqNumbers;
 } psa_tcp_subscriber_metrics_entry_t;
 
diff --git a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c 
b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
index 0f3a83f..4123190 100644
--- a/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
+++ b/bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c
@@ -58,14 +58,10 @@ struct pubsub_tcp_topic_sender {
     bool metricsEnabled;
     pubsub_tcpHandler_t *socketHandler;
     pubsub_tcpHandler_t *sharedSocketHandler;
-
     char *scope;
     char *topic;
     char *url;
     bool isStatic;
-
-    bool verbose;
-
     struct {
         long svcId;
         celix_service_factory_t factory;

Reply via email to