winlin

fix ubuntu build warning, the config unused setter

@@ -291,7 +291,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg @@ -291,7 +291,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
291 int ret = ERROR_SUCCESS; 291 int ret = ERROR_SUCCESS;
292 292
293 char* pstart = buffer->pos; 293 char* pstart = buffer->pos;
294 - int startline = 0;  
295 294
296 bool sharp_comment = false; 295 bool sharp_comment = false;
297 296
@@ -347,7 +346,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg @@ -347,7 +346,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
347 continue; 346 continue;
348 } 347 }
349 pstart = buffer->pos - 1; 348 pstart = buffer->pos - 1;
350 - startline = buffer->line;  
351 switch (ch) { 349 switch (ch) {
352 case ';': 350 case ';':
353 if (args.size() == 0) { 351 if (args.size() == 0) {