estream: Remove two compiler warning.
* src/estream.c (func_file_create): Remove dead assignment. (doreadline): Do not decrement SPACE_LEFT before breaking the loop. Add an extra block to limit the scope of that variable.
- Signed-off-by: Werner Koch <wk@gnupg.org>