diff src/vamp-hostsdk/PluginSummarisingAdapter.cpp @ 406:b7268e8bd292

Build tweaks for OS/X
author Chris Cannam
date Tue, 16 Jun 2015 13:37:18 +0100
parents 632d90c185ec
children 55de53d7c777
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginSummarisingAdapter.cpp	Tue Jun 16 13:25:13 2015 +0100
+++ b/src/vamp-hostsdk/PluginSummarisingAdapter.cpp	Tue Jun 16 13:37:18 2015 +0100
@@ -628,8 +628,6 @@
 void
 PluginSummarisingAdapter::Impl::segment()
 {
-    SegmentBoundaries::iterator boundaryitr = m_boundaries.begin();
-    
 #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT
     std::cerr << "segment: starting" << std::endl;
 #endif