IStream: Remove unimplemented operator<< prototype

The proper prototype and implementation lies within Global.cpp/.hpp,
which takes a const reference rather than a non-const reference.
This commit is contained in:
Lioncash 2019-10-19 05:32:18 -04:00
parent 03f9314a2a
commit cf91ead01b
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include "athena/Global.hpp"
namespace athena::io {
std::ostream& operator<<(std::ostream& os, Endian& endian);
class IStream {
public: