Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108583951
D40653.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
444 B
Referenced Files
None
Subscribers
None
D40653.diff
View Options
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -1555,14 +1555,14 @@
struct mt_status_data *status_data)
{
int retval = 0;
- int verbose = 0, xml_dump = 0;
+ int xml_dump = 0;
struct mt_status_entry *density_root = NULL;
int c;
while ((c = getopt(argc, argv, "vx")) != -1) {
switch (c) {
case 'v':
- verbose = 1;
+ /* Ignore. */
break;
case 'x':
xml_dump = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 3:27 PM (6 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16199999
Default Alt Text
D40653.diff (444 B)
Attached To
Mode
D40653: mt: Remove a set but unused variable.
Attached
Detach File
Event Timeline
Log In to Comment