From 726373bcaba23e06db98c4809d4cbf08a2040928 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Fri, 12 Jan 2018 03:53:30 +0300 Subject: [PATCH] ligtgvoip: get rid of unused & erroneous MIN macro This macro is not used and has an error with parenthesis. At some input arguments it will be generate incorrect code: MIN(a++, b--) -> expands to (a++