Skip to content

Commit 284a19b

Browse files
Drop support for altix timer and remove corresponding config directory file.
1 parent 133a548 commit 284a19b

File tree

4 files changed

+0
-177
lines changed

4 files changed

+0
-177
lines changed

config/qthread_check_altix_timer.m4

Lines changed: 0 additions & 64 deletions
This file was deleted.

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,6 @@ int main() {
868868
[AC_CHECK_FUNC([mach_absolute_time], [qthread_timer_type=mach])])
869869
AS_IF([test "x$qthread_timer_type" = "xgettimeofday"],
870870
[AC_CHECK_FUNC([gethrtime], [qthread_timer_type=gethrtime])])
871-
AS_IF([test "x$qthread_timer_type" = "xgettimeofday"],
872-
[QTHREAD_CHECK_ALTIX_TIMER([qthread_timer_type=altix])])
873871
AS_IF([test "x$qthread_timer_type" = "xgettimeofday"],
874872
[AC_SEARCH_LIBS([clock_gettime],[rt],
875873
[qthread_timer_type=clock_gettime
@@ -966,7 +964,6 @@ AM_CONDITIONAL([QTHREAD_NEED_OWN_MAKECONTEXT], [test "x$qthread_makecontext_type
966964
AM_CONDITIONAL([QTHREAD_TIMER_TYPE_GETTIME], [test "x$qthread_timer_type" = "xclock_gettime"])
967965
AM_CONDITIONAL([QTHREAD_TIMER_TYPE_MACH], [test "x$qthread_timer_type" = "xmach"])
968966
AM_CONDITIONAL([QTHREAD_TIMER_TYPE_GETHRTIME], [test "x$qthread_timer_type" = "xgethrtime"])
969-
AM_CONDITIONAL([QTHREAD_TIMER_TYPE_ALTIX], [test "x$qthread_timer_type" = "xaltix"])
970967
AM_CONDITIONAL([QTHREAD_TIMER_TYPE_GETTIMEOFDAY], [test "x$qthread_timer_type" = "xgettimeofday"])
971968
AM_CONDITIONAL([COMPILE_COMPAT_ATOMIC], [test "x$compile_compat_atomic" = "xyes"])
972969
AM_CONDITIONAL([COMPILE_SPAWNCACHE], [test "x$enable_spawn_cache" = "xyes"])

src/qtimer/Makefile.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ if QTHREAD_TIMER_TYPE_GETTIMEOFDAY
1616
libqthread_la_SOURCES += qtimer/gettimeofday.c
1717
endif
1818

19-
if QTHREAD_TIMER_TYPE_ALTIX
20-
libqthread_la_SOURCES += qtimer/altix.c
21-
endif
22-
2319
if QTHREAD_TIMER_TYPE_GETTIME
2420
libqthread_la_SOURCES += qtimer/gettime.c
2521
endif

src/qtimer/altix.c

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)