summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index abf4b8b..c90d8f9 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -1046,9 +1046,8 @@ perf_counter(_Py_clock_info_t *info)
use_monotonic = 0;
PyErr_Clear();
}
-#else
- return floattime(info);
#endif
+ return floattime(info);
#endif
}