Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8ba80eb authored by Florian Mayer's avatar Florian Mayer Committed by Gerrit Code Review
Browse files

Merge "Remove useless goto."

parents 9186612f ad427b74
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -34,12 +34,9 @@ static void atrace_init_once()
    if (atrace_marker_fd == -1) {
        ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno);
        atrace_enabled_tags = 0;
        goto done;
    }

    } else {
      atrace_enabled_tags = atrace_get_property();

done:
    }
    atomic_store_explicit(&atrace_is_ready, true, memory_order_release);
}