1
0
Fork 0

remove unused alias, which just masked what was actually happening

This commit is contained in:
Kevin Matz 2023-05-18 14:33:04 -04:00
parent 999026abb7
commit c0e7464919
1 changed files with 0 additions and 6 deletions

View File

@ -155,12 +155,6 @@ private:
};
/**
* Memory-managed unsigned 8-bit buffer
*/
using Buffer = std::shared_ptr<bufferstream>;
/**
* @brief The base for data objects that can be read from and written to a bufferstream.
*/