Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3792908
D882.id2240.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
687 B
Referenced Files
None
Subscribers
None
D882.id2240.diff
View Options
diff --git a/source/chansrv.c b/source/chansrv.c
--- a/source/chansrv.c
+++ b/source/chansrv.c
@@ -366,9 +366,7 @@
struct chanserv_output *chanserv_cycle(char *source, char *target, char *cmd, char **args, enum chanserv_invoke_type invoked, char *userhost)
{
struct chanserv_output *result = NULL;
- char str [STRING_LONG] = {0};
- int i = 0;
-
+
/* Check for channel list parameter being specified. */
if (!args | !args[0])
{
@@ -894,7 +892,6 @@
struct chanserv_output *chanserv_mask(char *source, char *target, char *cmd, char **args, enum chanserv_invoke_type invoked, char *userhost)
{
- int i = 0;
struct chanserv_output *result = NULL;
if(!args || !args[0])
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 18:55 (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2269394
Default Alt Text
D882.id2240.diff (687 B)
Attached To
Mode
D882: Prune unused variables in chanserv_cycle and chanserv_mask
Attached
Detach File
Event Timeline
Log In to Comment