Commit 5d52e39a authored by Robin Kastberg's avatar Robin Kastberg Committed by Dan Kalowsky
Browse files

random: random_timer.c Remove __GNUC__ ifdef



Remove an old __GNUC__ ifdef

Signed-off-by: default avatarRobin Kastberg <robin.kastberg@iar.com>
parent 3a39ca1e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
#include <zephyr/spinlock.h>
#include <string.h>

#if defined(__GNUC__)

static struct k_spinlock rand32_lock;

/**
@@ -71,4 +69,3 @@ void z_impl_sys_rand_get(void *dst, size_t outlen)
		outlen -= blocksize;
	}
}
#endif /* __GNUC__ */