Skip to content

Commit

Permalink
beesep: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed May 16, 2012
1 parent f46afdf commit 61fde91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/beesep.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ int main(int argc, char** argv)
char gl=0; /* equal sign */
char dp=0; /* colon */
int dp_pos=0; /* position of last colon */
int segmente=0; /* number of tokens */
int strlaenge=0;
int i=0;
if(argc<2)
Expand All @@ -57,7 +56,6 @@ int main(int argc, char** argv)
if(gl && dp && argv[1][i]=='=')
{
argv[1][dp_pos]='\0';
segmente++;
gl=1;
dp=0;
}
Expand Down

0 comments on commit 61fde91

Please sign in to comment.