summaryrefslogtreecommitdiff
path: root/progs/demos/texdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/texdown.c')
-rw-r--r--progs/demos/texdown.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c
index 5fecd9a148..7e46045832 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)
{