remove comment

This commit is contained in:
Jonathan Dumaresq 2018-12-12 14:15:49 -05:00
parent fa7f1a524e
commit b7a2642fba

View file

@ -48,7 +48,7 @@ using input_adapter_t = std::shared_ptr<input_adapter_protocol>;
/*! /*!
Input adapter for stdio file access. This adapter read only 1 byte and do not use any Input adapter for stdio file access. This adapter read only 1 byte and do not use any
buffer. This adapter is a very low level adapter. This adapter buffer. This adapter is a very low level adapter.
*/ */
class file_input_adapter : public input_adapter_protocol class file_input_adapter : public input_adapter_protocol
{ {