From 38aa2560f3d6d0007205a89c2625f0850e2585d7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 20 Apr 2021 12:44:07 -0600 Subject: [PATCH] libtemporal: remove unnecessary initialization --- libs/temporal/tempo.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index cff92636e0..adb6ed5a5f 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -1635,9 +1635,6 @@ TempoMap::_get_tempo_and_meter (typename const_traits_t::tempo_point_type & tp, assert (!_meters.empty()); assert (!_points.empty()); - tp = 0; - mp = 0; - /* If the starting position is the beginning of the timeline (indicated * by the default constructor value for the time_type (superclock_t, * Beats, BBT_Time), then we are always allowed to use the tempo &