Skip to content

Commit

Permalink
sms: removed duplicate declaration of global variables
Browse files Browse the repository at this point in the history
(cherry picked from commit f828441)
  • Loading branch information
miconda committed Mar 4, 2020
1 parent c96f7c2 commit a7248dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/modules/sms/libsms_modem.c
Expand Up @@ -35,7 +35,6 @@ mailto:s.frings@mail.isis.de
#define optz(_n,_l) (buf+buf_len-(((_n)+(_l)>buf_len)?buf_len:(_n)+(_l)))

/* global variables */
int sms_report_type;
cds_report cds_report_func;


Expand Down
2 changes: 0 additions & 2 deletions src/modules/sms/sms_funcs.c
Expand Up @@ -47,8 +47,6 @@ struct network networks[MAX_NETWORKS];
int net_pipes_in[MAX_NETWORKS];
int nr_of_networks;
int nr_of_modems;
int *queued_msgs;
int use_contact;
struct tm_binds tmb;


Expand Down

0 comments on commit a7248dd

Please sign in to comment.