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

Commit 709d9844 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "ashmem: remove useless comment." into main

parents 6ec659d3 52da0b5b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ static std::string get_ashmem_device_path() {
    return "/dev/ashmem" + boot_id;
}

/* logistics of getting file descriptor for ashmem */
static int __ashmem_open_locked() {
    static const std::string ashmem_device_path = get_ashmem_device_path();