From c06c74c0b84ddfebaf144ec64b305879f9ddc681 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Feb 2009 08:38:43 -0700 Subject: [PATCH] demos: remove unused function --- progs/demos/texdown.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c index 5fecd9a1489..7e460458325 100644 --- a/progs/demos/texdown.c +++ b/progs/demos/texdown.c @@ -154,11 +154,6 @@ static unsigned long align(unsigned long value, unsigned long a) return (value + a - 1) & ~(a-1); } -static int MIN2(int a, int b) -{ - return a < b ? a : b; -} - static void MeasureDownloadRate(void) { -- 2.30.2