Kill unused variable

svn path=/trunk/boinc/; revision=9174
This commit is contained in:
Bruce Allen 2006-01-05 08:21:10 +00:00
parent 20004d75e4
commit c14eb4a651
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ DB_BASE_SPECIAL::DB_BASE_SPECIAL(DB_CONN* p) : db(p) {
void escape_string(char* field, int len) {
char buf[MAX_QUERY_LEN];
char* q = buf, *p = field;
int out_len=0;
// Make sure that final result won't overflow field[].
// Don't need to worry about overflowing buf[] since