FS: Removed unused ostream operator<<
This commit is contained in:
@@ -55,13 +55,6 @@
|
|||||||
#define GLOB_BRACE 0
|
#define GLOB_BRACE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
std::ostream& operator<< (std::ostream& out, const Path& path)
|
|
||||||
{
|
|
||||||
out << path._data;
|
|
||||||
return out;
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Path::Path ()
|
Path::Path ()
|
||||||
{
|
{
|
||||||
|
|||||||
2
src/FS.h
2
src/FS.h
@@ -147,8 +147,6 @@ private:
|
|||||||
bool remove_directory (const std::string&) const;
|
bool remove_directory (const std::string&) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator<< (std::ostream&, const Path&);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user