Revision: 14630 Author: adrian.chadd Date: Mon Apr 19 22:06:10 2010 Log: Remove unused variable
http://code.google.com/p/lusca-cache/source/detail?r=14630 Modified: /branches/LUSCA_HEAD/lib/util.c ======================================= --- /branches/LUSCA_HEAD/lib/util.c Sun Apr 18 00:10:24 2010 +++ /branches/LUSCA_HEAD/lib/util.c Mon Apr 19 22:06:10 2010 @@ -772,7 +772,6 @@ char buf[64]; long r; char *np = NULL; - size_t i; /* take a copy of the string, NUL terminate it just in case */ memcpy(buf, nptr, MIN(nlen, sizeof(buf) - 1)); -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
