瀏覽代碼

sms(k): sms_report_type & tmb declared in multiple places

Andrei Pelinescu-Onciul 16 年之前
父節點
當前提交
a3088112a2
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      modules_k/sms/libsms_putsms.c
  2. 0 1
      modules_k/sms/sms.c
  3. 0 1
      modules_k/sms/sms_funcs.c

+ 0 - 1
modules_k/sms/libsms_putsms.c

@@ -25,7 +25,6 @@ mailto:[email protected]
 #include "libsms_modem.h"
 
 
-int  sms_report_type;
 
 static char hexa[16] = {
 	'0','1','2','3','4','5','6','7',

+ 0 - 1
modules_k/sms/sms.c

@@ -76,7 +76,6 @@ str    domain;
 int    *queued_msgs    = 0;
 int    use_contact     = 0;
 int    sms_report_type = NO_REPORT;
-struct tm_binds tmb;
 
 
 static proc_export_t sms_procs[] = {

+ 0 - 1
modules_k/sms/sms_funcs.c

@@ -61,7 +61,6 @@ int nr_of_modems;
 int max_sms_parts;
 int *queued_msgs;
 int use_contact;
-int sms_report_type;
 struct tm_binds tmb;