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

Commit 52da0b5b authored by Elliott Hughes's avatar Elliott Hughes
Browse files

ashmem: remove useless comment.

Change-Id: Icdf03a1bd569eec4b7f5bd689bf6626d84b65a8a
parent 33b0992e
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();