Skip to content
Snippets Groups Projects
Commit df971730 authored by rswindell's avatar rswindell
Browse files

Eliminated unused local variables.

parent e7aecced
No related branches found
No related tags found
No related merge requests found
...@@ -1121,7 +1121,7 @@ perform a call-out. ...@@ -1121,7 +1121,7 @@ perform a call-out.
void qhub_sub_edit(uint num) void qhub_sub_edit(uint num)
{ {
char str[256]; char str[256];
int i,j,k,l,m,n,bar=0; int j,k,l,m,n,bar=0;
k=0; k=0;
while(1) { while(1) {
...@@ -1321,7 +1321,7 @@ void phub_edit(int num) ...@@ -1321,7 +1321,7 @@ void phub_edit(int num)
{ {
static int phub_dflt; static int phub_dflt;
char *p,done=0,str[256]; char *p,done=0,str[256];
int i,j,k,n; int i,j;
while(!done) { while(!done) {
i=0; i=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment