Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144987430
D39671.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1007 B
Referenced Files
None
Subscribers
None
D39671.diff
View Options
diff --git a/contrib/ee/ee.c b/contrib/ee/ee.c
--- a/contrib/ee/ee.c
+++ b/contrib/ee/ee.c
@@ -1951,12 +1951,10 @@
{
char *strng1;
char *strng2;
- int tmp;
int equal;
strng1 = string1;
strng2 = string2;
- tmp = 0;
if ((strng1 == NULL) || (strng2 == NULL) || (*strng1 == '\0') || (*strng2 == '\0'))
return(FALSE);
equal = TRUE;
@@ -1976,7 +1974,6 @@
strng2++;
if ((*strng1 == '\0') || (*strng2 == '\0') || (*strng1 == ' ') || (*strng2 == ' '))
break;
- tmp++;
}
return(equal);
}
@@ -3353,7 +3350,6 @@
int temp;
int list_size;
int top_offset; /* offset from top where menu items start */
- int vert_pos; /* vertical position */
int vert_size; /* vertical size for menu list item display */
int off_start = 1; /* offset from start of menu items to start display */
@@ -3423,7 +3419,6 @@
paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size);
counter = 1;
- vert_pos = 0;
do
{
if (off_start > 2)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 6:55 PM (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28752485
Default Alt Text
D39671.diff (1007 B)
Attached To
Mode
D39671: ee: Remove two set but unused variables.
Attached
Detach File
Event Timeline
Log In to Comment