mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 05:30:45 +00:00
8303054: Remove unused variables in GCTraceTimeLoggerImpl::log_end
Reviewed-by: tschatzl
This commit is contained in:
parent
adc29c36e1
commit
0d5f7439a4
@ -49,8 +49,6 @@ void GCTraceTimeLoggerImpl::log_start(Ticks start) {
|
||||
|
||||
void GCTraceTimeLoggerImpl::log_end(Ticks end) {
|
||||
double duration_in_ms = TimeHelper::counter_to_millis(end.value() - _start.value());
|
||||
double start_time_in_secs = TimeHelper::counter_to_seconds(_start.value());
|
||||
double stop_time_in_secs = TimeHelper::counter_to_seconds(end.value());
|
||||
|
||||
LogStream out(_out_end);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user