Fixed warnings

This commit is contained in:
beder 2012-05-22 17:50:40 -05:00
parent 1280fd6b30
commit 0cceb316e6

View File

@ -593,7 +593,6 @@ namespace YAML
void Emitter::BlockMapPrepareLongKeyValue(EmitterNodeType::value child)
{
const unsigned curIndent = m_pState->CurIndent();
const unsigned nextIndent = curIndent + m_pState->CurGroupIndent();
if(child == EmitterNodeType::None)
return;