diff options
author | Brian Paul <[email protected]> | 2009-02-04 08:38:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-04 16:33:25 -0700 |
commit | c06c74c0b84ddfebaf144ec64b305879f9ddc681 (patch) | |
tree | 5bfab44ab45ab842606cae84ce1b5e0d1ab0c513 | |
parent | 906c60d0b7c6ad3e78c142643634e4189c07b57f (diff) |
demos: remove unused function
-rw-r--r-- | progs/demos/texdown.c | 5 |
1 files changed, 0 insertions, 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) { |