0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

One more in the library.

This commit is contained in:
Martin Mares 2004-06-05 09:27:02 +00:00
parent 6ecd20605c
commit fab37e8197

View File

@ -253,7 +253,7 @@ struct mblock {
byte data[0]; byte data[0];
}; };
static void mbl_free(resource *r) static void mbl_free(resource *r UNUSED)
{ {
} }