Remove obsolete comment

This commit is contained in:
msvensson@neptunus.(none) 2006-01-11 11:07:17 +01:00
parent 2f48e4f1dc
commit f4ad824df9

View File

@ -2669,7 +2669,6 @@ int read_line(char *buf, int size)
The advantage with this approach is to be able to execute commands
terminated by new line '\n' regardless how many "delimiter" it contain.
If query starts with @<file_name> this will specify a file to ....
*/
static char read_query_buf[MAX_QUERY];