diff options
Diffstat (limited to 'klippy/chelper/pyhelper.h')
-rw-r--r-- | klippy/chelper/pyhelper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/klippy/chelper/pyhelper.h b/klippy/chelper/pyhelper.h index d564c78b..1042214b 100644 --- a/klippy/chelper/pyhelper.h +++ b/klippy/chelper/pyhelper.h @@ -1,9 +1,6 @@ #ifndef PYHELPER_H #define PYHELPER_H -#define likely(x) __builtin_expect(!!(x), 1) -#define unlikely(x) __builtin_expect(!!(x), 0) - double get_monotonic(void); struct timespec fill_time(double time); void set_python_logging_callback(void (*func)(const char *)); |