Skip to content

Commit

Permalink
why empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 20, 2024
1 parent 498be51 commit 231104c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/os/mac/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using util::misc::UniqueIdent;

static std::string getUuid() {

io_registry_entry_t ioRegistryRoot = IORegistryEntryFromPath(kIOMasterPortDefault, "IOService:/");
CFStringRef uuidCf = (CFStringRef)IORegistryEntryCreateCFProperty(ioRegistryRoot, CFSTR(kIOPlatformUUIDKey), kCFAllocatorDefault, 0);
IOObjectRelease(ioRegistryRoot);
Expand Down

0 comments on commit 231104c

Please sign in to comment.