File: remove-unused-variables.patch

package info (click to toggle)
up-imapproxy 1.2.8~svn20171105-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: ansic: 4,608; sh: 2,937; makefile: 116
file content (18 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove unused variables
Author: Richard Laager <rlaager@wiktel.com>
Forwarded: https://sourceforge.net/p/squirrelmail/mailman/message/35526927/
Last-Update: 2017-11-05
--- a/src/main.c
+++ b/src/main.c
@@ -187,9 +187,11 @@
 */
 
 
+#if 0
 static char *sourceRevision = "$Revision: 14647 $";
 static char *sourceVersion = "$Id: main.c 14647 2017-01-27 20:53:57Z pdontthink $";
 static char *sourceAuthor = "$Author: pdontthink $";
+#endif
 
 #define _REENTRANT