diff --git a/src/beesep.c b/src/beesep.c index 9c81e57..0bd601f 100644 --- a/src/beesep.c +++ b/src/beesep.c @@ -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) @@ -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; }