removing more unused stuff
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "BaseTypes.h" // For uint8, uint16, uint32
|
||||
#include "CompileTimeAssert.h" // For COMPILE_TIME_ASSERT macro
|
||||
|
||||
namespace Unicode
|
||||
{
|
||||
// Supported encoding/conversion types.
|
||||
@@ -631,7 +631,7 @@ namespace Unicode
|
||||
struct SRecoveryFallbackHelper
|
||||
{
|
||||
// A compilation error here means RecoveryMethod value was unexpected here
|
||||
COMPILE_TIME_ASSERT(
|
||||
static_assert(
|
||||
RecoveryMethod == eErrorRecovery_FallbackLatin1ThenDiscard ||
|
||||
RecoveryMethod == eErrorRecovery_FallbackLatin1ThenReplace ||
|
||||
RecoveryMethod == eErrorRecovery_FallbackWin1252ThenDiscard ||
|
||||
|
||||
Reference in New Issue
Block a user