Skip to content

Commit b787120

Browse files
eivindj-nordicanangl
authored andcommitted
tests: net: lib: downloader: Remove reference of z_impl_sys_rand_get()
Remove reference of z_impl_sys_rand_get(). Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 269c090 commit b787120

File tree

1 file changed

+0
-2
lines changed
  • tests/subsys/net/lib/downloader/src

1 file changed

+0
-2
lines changed

tests/subsys/net/lib/downloader/src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ FAKE_VALUE_FUNC(ssize_t, z_impl_zsock_sendto, int, const void *, size_t, int,
226226
const struct sockaddr *, socklen_t);
227227
FAKE_VALUE_FUNC(ssize_t, z_impl_zsock_recvfrom, int, void *, size_t, int, struct sockaddr *,
228228
socklen_t *);
229-
FAKE_VOID_FUNC(z_impl_sys_rand_get, void *, size_t);
230229

231230
FAKE_VALUE_FUNC(int, coap_get_option_int, const struct coap_packet *, uint16_t);
232231
FAKE_VALUE_FUNC(int, coap_block_transfer_init, struct coap_block_context *, enum coap_block_size,
@@ -2409,7 +2408,6 @@ void setUp(void)
24092408
RESET_FAKE(z_impl_net_addr_ntop);
24102409
RESET_FAKE(z_impl_zsock_sendto);
24112410
RESET_FAKE(z_impl_zsock_recvfrom);
2412-
RESET_FAKE(z_impl_sys_rand_get);
24132411

24142412
RESET_FAKE(coap_get_option_int);
24152413
RESET_FAKE(coap_block_transfer_init);

0 commit comments

Comments
 (0)