Skip to content

Commit ff97c70

Browse files
committed
clean up
1 parent b7b6002 commit ff97c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/platform/device_tracer.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ class DeviceTracerImpl : public DeviceTracer {
273273
proto::Profile profile_pb;
274274
profile_pb.set_start_ns(start_ns_);
275275
profile_pb.set_end_ns(end_ns_);
276-
std::string kernel_name;
277276
for (const KernelRecord &r : kernel_records_) {
278277
if (correlations_.find(r.correlation_id) == correlations_.end()) {
279278
fprintf(stderr, "cannot relate a kernel activity\n");

0 commit comments

Comments
 (0)