Disable unused tss::mbsdec()

This commit is contained in:
Brian Cox 2017-03-26 00:06:09 -07:00
parent da8748b6f2
commit c931a13ecd
2 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,7 @@
// NTMBS Utils -- Definition
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#if 0
/*
* TSS::mbsdec
*
@ -117,7 +117,7 @@ tss::mbsdec( const_ntmbs_t beg, const_ntmbs_t curr )
return (ntmbs_t)prev;
}
#endif
/*
* TSS::mbsinc

View File

@ -117,11 +117,12 @@
TSS_EXCEPTION( eCharacter, eError );
TSS_EXCEPTION( eCharacterEncoding, eCharacter );
namespace tss
{
/// Specific Routines (Add as needed)
ntmbs_t mbsdec( const_ntmbs_t, const_ntmbs_t );
//ntmbs_t mbsdec( const_ntmbs_t, const_ntmbs_t );
ntmbs_t mbsinc( const_ntmbs_t );
size_t mbsbytes( const_ntmbs_t, size_t );