Skip to content

Commit e4dd4b4

Browse files
committed
remove unused gufi_query timer
1 parent aaa64f4 commit e4dd4b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/gufi_query/timers.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ OF SUCH DAMAGE.
7878
typedef struct total_time {
7979
pthread_mutex_t mutex;
8080

81-
uint64_t lstat;
8281
uint64_t opendir;
8382
uint64_t attachdb;
8483
uint64_t lstat_db;
@@ -171,8 +170,7 @@ enum {
171170
/* ************************************************************************* */
172171
/* thread timestamp types (used to index into array) */
173172
enum {
174-
tts_lstat_call = 0,
175-
tts_opendir_call,
173+
tts_opendir_call = 0,
176174
tts_lstat_db_call,
177175
tts_attachdb_call,
178176
tts_addqueryfuncs_call,

0 commit comments

Comments
 (0)