Move EventRingBuffer to libardour.
[ardour.git] / libs / ardour / async_midi_port.cc
index ce32fe2ccc4d7e28a3bd2324c4f3cd42a0b768a9..4ce1bfefbed3cfbeed818ff4f70d2aba8f99ac1c 100644 (file)
@@ -37,10 +37,6 @@ using namespace ARDOUR;
 using namespace std;
 using namespace PBD;
 
-namespace Evoral {
-       template class EventRingBuffer<MIDI::timestamp_t>;
-}
-
 pthread_t AsyncMIDIPort::_process_thread;
 
 #define port_engine AudioEngine::instance()->port_engine()