Sfoglia il codice sorgente

Remove unused byte count causing MSVC warning-as-error failure

Millie 5 giorni fa
parent
commit
f7f544b741

+ 0 - 1
Sunrise/src/server/bap/encrypted/push/queuez/queuez_select_character.cpp

@@ -76,7 +76,6 @@ bool append_current_activity_notification(Scratch& scratch,
         return false;
     }
     const std::size_t objectCount = prepared.family.objects.size();
-    const std::size_t beforeBytes = written;
     if (objectCount != 1 || prepared.family.objects.front().id != swap.characterDefinitionId
         || prepared.family.objects.front().version != swap.characterSoid
         || prepared.family.objects.front().payload.empty()