From 7d9819d811cf5752c5cf19b6908b8979c0e40aed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 16:25:40 -0500 Subject: Remove unused store --- src/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Log.cpp b/src/Log.cpp index 259d9a3e..397e8047 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -84,7 +84,7 @@ Log::vtprintf(LV2_URID type, const char* fmt, va_list args) if (type == _uris.log_Trace && !_trace) { return 0; } else if (_sink) { - ret = _sink(type, fmt, args); + _sink(type, fmt, args); } if (_log) { -- cgit v1.2.1