diff --git a/res/Examples/MIDI_SimpleSynth/noteList.h b/res/Examples/MIDI_SimpleSynth/noteList.h index 559edc8..6d5885c 100644 --- a/res/Examples/MIDI_SimpleSynth/noteList.h +++ b/res/Examples/MIDI_SimpleSynth/noteList.h @@ -145,8 +145,6 @@ inline typename MidiNoteList::Cell& MidiNoteList::Cell::operator= (c template inline MidiNoteList::MidiNoteList() { - // Check that size is a power of two - //AVR_STATIC_ASSERT(Size != 0 && !(Size & (Size - 1))); } template