Merge: lib/core: remove BufferedReader
authorJean Privat <jean@pryen.org>
Tue, 15 May 2018 16:51:43 +0000 (12:51 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 May 2018 16:51:43 +0000 (12:51 -0400)
Since the streams are often already buffered in the libraries we depend
upon, and since it is not used anymore on streams present in the
librarires, we remove it.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>

Pull-Request: #2680


Trivial merge