diff options
Diffstat (limited to 'source3/profile/profile.c')
-rw-r--r-- | source3/profile/profile.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 838383b1af..db8a643042 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -36,11 +36,6 @@ struct profile_stats *profile_p; BOOL do_profile_flag = False; BOOL do_profile_times = False; -struct timeval profile_starttime; -struct timeval profile_endtime; -struct timeval profile_starttime_nested; -struct timeval profile_endtime_nested; - /**************************************************************************** receive a set profile level message ****************************************************************************/ |