summaryrefslogtreecommitdiff
path: root/src/gsmd/vendor_telit.c
diff options
context:
space:
mode:
authorerin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2008-02-21 11:00:23 +0000
committererin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3>2008-02-21 11:00:23 +0000
commitc46bd3cedb90dfc4c056ffa965cc3dbb2c358bd2 (patch)
tree92ae772077d5ca94906b10d2feedb37965b9acc6 /src/gsmd/vendor_telit.c
parent29a2f6a3b46afb00052a24b05232630acad3af70 (diff)
gsmd: fix gcc warning (Erin Yueh)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4098 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/vendor_telit.c')
-rw-r--r--src/gsmd/vendor_telit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gsmd/vendor_telit.c b/src/gsmd/vendor_telit.c
index ab42264..2731742 100644
--- a/src/gsmd/vendor_telit.c
+++ b/src/gsmd/vendor_telit.c
@@ -59,7 +59,6 @@ static int telit_detect(struct gsmd *g)
static int telit_initsettings(struct gsmd *g)
{
int rc = 0;
- struct gsmd_atcmd *cmd;
/* Get network registration events with full information. */
rc |= gsmd_simplecmd(g, "AT+CGREG=2");
personal git repositories of Harald Welte. Your mileage may vary