mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
get rid of unused function warning, no need for static.
This commit is contained in:
@@ -32,11 +32,6 @@ class FairMQLogger
|
||||
|
||||
typedef unsigned long long timestamp_t;
|
||||
|
||||
static timestamp_t get_timestamp ()
|
||||
{
|
||||
struct timeval now;
|
||||
gettimeofday (&now, NULL);
|
||||
return now.tv_usec + (timestamp_t)now.tv_sec * 1000000;
|
||||
}
|
||||
timestamp_t get_timestamp ();
|
||||
|
||||
#endif /* FAIRMQLOGGER_H_ */
|
||||
|
Reference in New Issue
Block a user