X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Fmips.h;h=ea5b7e9539d8449b4297135a2fd41cf53ea93c03;hp=4ecdc37c52439799c666810598d475db670ab6a1;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=c23069c6cf733ed8a39e64300c264285f658ae23;ds=sidebyside diff --git a/urcu/arch/mips.h b/urcu/arch/mips.h index 4ecdc37..ea5b7e9 100644 --- a/urcu/arch/mips.h +++ b/urcu/arch/mips.h @@ -36,13 +36,6 @@ extern "C" { " .set mips0 \n" \ :::"memory") -typedef unsigned long long cycles_t; - -static inline cycles_t caa_get_cycles(void) -{ - return 0; /* not supported */ -} - #ifdef __cplusplus } #endif