Skip to content

Commit 831b8cb

Browse files
committed
get rid of redundant function
1 parent a497d30 commit 831b8cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

util/include/rusefi/rusefi_time_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ template<typename arithmetic_type> constexpr efitimeus_t USOF(const arithmetic_t
6464
return efitimeus_t(efidurus_t(static_cast<efitimeus_t::rep>(us)));
6565
}
6666

67-
template<typename arithmetic_type> constexpr efitimeus_t USOFMS(const arithmetic_type& ms) {
68-
return USOF(ms * 1000);
69-
}
70-
7167
constexpr float MS2US(const float& timems) {
7268
return timems * 1000;
7369
}

0 commit comments

Comments
 (0)