Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758)
Remove from CryCommon and CrySystem: - MemoryManager and all related classes/files - StreamEngine, ResourceManager, ImageHandler, and AsyncPakManager - Various other related interfaces/files/classes etc. that are all now unused
This commit is contained in:
@@ -2019,21 +2019,6 @@ inline CryStackStringT<T, S> CryStackStringT<T, S>::Tokenize(const_str charSet,
|
||||
return CryStackStringT<T, S>();
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Specialization providing efficient move semantics for array classes.
|
||||
template <class T, size_t S>
|
||||
bool raw_movable(const CryStackStringT<T, S>& str)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
template <class T, size_t S>
|
||||
void move_init(CryStackStringT<T, S>& dest, CryStackStringT<T, S>& source)
|
||||
{
|
||||
dest.move(source);
|
||||
}
|
||||
|
||||
|
||||
#if defined(_RELEASE)
|
||||
#define ASSERT_LEN (void)(0)
|
||||
#define ASSERT_WLEN (void)(0)
|
||||
|
||||
Reference in New Issue
Block a user