diff options
author | Stephen Fisher <sfisher@sdf.org> | 2014-12-19 23:03:14 +0000 |
---|---|---|
committer | Stephen Fisher <sfisher@sdf.org> | 2014-12-19 23:12:09 +0000 |
commit | 47dc4e77ccfd1f1f4d5d187429860cf0b51a8757 (patch) | |
tree | 2cab01e2d88e3ba6f6c26cbcc33661ba3a7d8556 /ui/time_shift.c | |
parent | e2586ec36d0d924b933d2127e809918b980cb413 (diff) | |
download | wireshark-47dc4e77ccfd1f1f4d5d187429860cf0b51a8757.tar.gz wireshark-47dc4e77ccfd1f1f4d5d187429860cf0b51a8757.tar.bz2 wireshark-47dc4e77ccfd1f1f4d5d187429860cf0b51a8757.zip |
Revert "Provide a floorl() function (which is currently only able to call GCC's __builtin_floorl() function) for systems which don't provide one." because I left off the new wsutil/floor.[ch] files
This reverts commit e2586ec36d0d924b933d2127e809918b980cb413.
Change-Id: Ie38b7f32b2d21e3beba5173eec22ca12b7f5da91
Reviewed-on: https://code.wireshark.org/review/5891
Reviewed-by: Stephen Fisher <sfisher@sdf.org>
Diffstat (limited to 'ui/time_shift.c')
-rw-r--r-- | ui/time_shift.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/time_shift.c b/ui/time_shift.c index d9275526ec..3363c50f40 100644 --- a/ui/time_shift.c +++ b/ui/time_shift.c @@ -33,8 +33,6 @@ #include "ui/ui_util.h" -#include "wsutil/floor.h" - #define SHIFT_POS 0 #define SHIFT_NEG 1 #define SHIFT_SETTOZERO 1 |