aboutsummaryrefslogtreecommitdiff
path: root/src/pack.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-15 20:36:11 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-15 20:36:11 +0300
commit2afd00cc2bdbaa401edc7117965b3db658576719 (patch)
tree8cfa0a8bc1059ebef7babde9466fe146abe2ee94 /src/pack.c
parent7d0beb6599c53544739409ca4aec104bf27a3f35 (diff)
downloadvmod-binlog-2afd00cc2bdbaa401edc7117965b3db658576719.tar.gz
vmod-binlog-2afd00cc2bdbaa401edc7117965b3db658576719.tar.bz2
Fix compiler warnings.
Diffstat (limited to 'src/pack.c')
-rw-r--r--src/pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pack.c b/src/pack.c
index 82fc0f9..9e9e0ed 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -741,8 +741,6 @@ packin(struct packinst *pi, struct packenv *env)
struct packinst *
packinnext(struct packinst *pi, struct packenv *env)
{
- int i;
-
if (!pi)
return NULL;
if (pi->spec->flags & F_REP)

Return to:

Send suggestions and report system problems to the System administrator.