fix unused but usable variable warning
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 24 Jun 2015 17:08:55 +0000 (13:08 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:15 +0000 (14:18 -0400)
libs/ardour/audio_diskstream.cc

index 69daa6db89b75e497d4589475196996a2f9111d1..e97af72b8c6396ec65415679bf884ba8cdd909bf 100644 (file)
@@ -1270,7 +1270,7 @@ AudioDiskstream::_do_refill (Sample* mixdown_buffer, float* gain_buffer, framecn
        // << c->front()->playback_buf->bufsize() * bits_per_sample / 8 << " bps = " << bits_per_sample << endl;
        // cerr << name () << " read samples = " << samples_to_read << " out of total space " << total_space << " in buffer of " << c->front()->playback_buf->bufsize() << " samples\n";
 
-       uint64_t before = g_get_monotonic_time ();
+       // uint64_t before = g_get_monotonic_time ();
        // uint64_t elapsed;
        
        for (chan_n = 0, i = c->begin(); i != c->end(); ++i, ++chan_n) {