Removed cruft from project

This commit is contained in:
Joseph Henry
2018-07-19 17:19:06 -07:00
parent 50396baaf1
commit 07be7a25a3
38 changed files with 289 additions and 4308 deletions

View File

@@ -41,14 +41,6 @@
#include <sys/time.h>
#endif
/**
* @brief Returns the thread-id. Used in debug traces.
*
* @usage For internal use only.
* @return
*/
inline unsigned int gettid();
/**
* @brief Current time in milliseconds since epoch, platform-aware convenience function.
*