diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gsmd/atcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gsmd/atcmd.c b/src/gsmd/atcmd.c index 371dbb5..c1d9324 100644 --- a/src/gsmd/atcmd.c +++ b/src/gsmd/atcmd.c @@ -363,8 +363,6 @@ static int ml_parse(const char *buf, int len, void *ctx) /* it might be a multiline response, so if there's a previous response, send out mlbuf and start afresh with an empty buffer */ if (g->mlbuf_len) { - /* remove timer if get respond before timeout */ - remove_timer(cmd); if (!cmd->cb) { gsmd_log(GSMD_NOTICE, "command without cb!!!\n"); } else { |