mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- removed FStringNoInit.
This was development garbage.
This commit is contained in:
parent
7dbc6939c4
commit
cfafbfe4f2
1 changed files with 0 additions and 9 deletions
|
@ -450,13 +450,4 @@ template<> struct THashTraits<FString>
|
||||||
int Compare(const FString &left, const FString &right) { return left.Compare(right); }
|
int Compare(const FString &left, const FString &right) { return left.Compare(right); }
|
||||||
};
|
};
|
||||||
|
|
||||||
class FStringNoInit
|
|
||||||
{
|
|
||||||
char mem[sizeof(FString)];
|
|
||||||
operator FString&()
|
|
||||||
{
|
|
||||||
return *reinterpret_cast<FString*>(&mem);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue