This patch removes the 'download_write_size'. At the moment, is has pretty low value, it's not clear why we need a separate option for just one command, and the new qSupported packet allows to negotiate packet size with the stub. So, I don't see any reason why this variable is needed, and given that flash patches will seriously change symfile.c anyway, I suggest that we "garbage-collect" this variable. Comments? - Volodya 2006-07-18 Vladimir Prus * symfile.c (download_write_size): Remove. (show_download_write_size): Remove. (load_section_callback): Don't use download_write_size. (_initialize_symfile): Don't register download_write_size.