Remove old testing

This commit is contained in:
IlushaShurupov 2023-07-15 11:11:55 +03:00
parent c75cb9fb48
commit 4c9691e192
4 changed files with 6 additions and 10 deletions

View file

@ -129,10 +129,6 @@ namespace tp {
return nullptr;
}
static ualni fromValueLength(bool val) {
return val ? 4 : 5;
}
static tChar* fromValue(bool val, tChar* ownBuff) {
alni len = val ? 4 : 5;
tChar* out = ownBuff ? ownBuff : new tChar[len + 1];
@ -153,12 +149,12 @@ namespace tp {
}
static bool toValue(const tChar*, alni&, ualni) {
DEBUG_BREAK(false)
ASSERT(false)
return false;
}
static bool toValue(const tChar*, alnf&, ualni) {
DEBUG_BREAK(false)
ASSERT(false)
return false;
}