diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 09:13:18 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 09:13:18 +0100 |
commit | 1740ff57e8ea05d7d9f15d1a6830ce42add3e4bd (patch) | |
tree | d80aaadbbd0b39765f6284229420dea754618c45 | |
parent | a54f75f454b7ed8c8ff2c1787a506528f22cbae7 (diff) |
Revert "fixup! Multipage allocation"
This reverts commit a54f75f454b7ed8c8ff2c1787a506528f22cbae7.
-rw-r--r-- | test/birdtest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/birdtest.c b/test/birdtest.c index c6a09684..745118d0 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -58,14 +58,11 @@ u64 bt_random_state[] = { 0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d }; -void resource_sys_init(void); - void bt_init(int argc, char *argv[]) { int c; - resource_sys_init(); initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state)); bt_verbose = 0; |