Skip to content

Commit fb17c9a

Browse files
committed
Snapshot: Remove unused variable
1 parent 4c5ac8f commit fb17c9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/Daemons/hvsnapshotd/hvsnapshotd.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ static IOReturn freezeThawMountedFilesystems(UInt32 type) {
299299
// Thaw filesystem.
300300
//
301301
} else if (type == kHyperVSnapshotUserClientNotificationTypeThaw) {
302-
status = freezeThawFilesystem(mountList[i].f_mntonname, F_THAW_FS);
303-
HVDBGLOG(stdout, "Thaw status: 0x%X", status);
302+
freezeThawFilesystem(mountList[i].f_mntonname, F_THAW_FS);
304303
}
305304
}
306305

0 commit comments

Comments
 (0)