mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
demos: remove unused function
This commit is contained in:
parent
906c60d0b7
commit
c06c74c0b8
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue