summaryrefslogtreecommitdiff
path: root/include/asterisk/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/time.h')
-rwxr-xr-xinclude/asterisk/time.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asterisk/time.h b/include/asterisk/time.h
index c957cb142..8132e9cd1 100755
--- a/include/asterisk/time.h
+++ b/include/asterisk/time.h
@@ -118,15 +118,6 @@ struct timeval ast_tvsub(struct timeval a, struct timeval b);
/*!
* \brief Returns a timeval from sec, usec
*/
-#if 0
-AST_INLINE_API(
-struct timeval ast_tv(int sec, int usec),
-{
- struct timeval t = { sec, usec};
- return t;
-}
-)
-#endif
AST_INLINE_API(
struct timeval ast_tv(ast_time_t sec, ast_suseconds_t usec),
{