diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-17 19:08:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-17 19:08:07 +0200 |
| commit | c453583807bdb2b26bc5bfb080a90c32bc1260f4 (patch) | |
| tree | 03b11983f0b03cf6b2cdc37e3fa346bd39a80fb5 /src | |
| parent | fb6e245fa03e5720b8f8fdea3e2228536b22d5cf (diff) | |
Remove some commented-out code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 324b8cd8b..a7e7bdd55 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -657,8 +657,6 @@ Drive::unmount () DCPOMATIC_ASSERT (_mount_points.size() == 1); string const device_name = String::compose ("\\\\.\\%1", _mount_points.front()); string const truncated = device_name.substr (0, device_name.length() - 1); - //LOG_DISK("Actually opening %1", _device); - //HANDLE device = CreateFileA (_device.c_str(), (GENERIC_READ | GENERIC_WRITE), FILE_SHARE_READ | FILE_SHARE_WRITE, 0, OPEN_EXISTING, 0, 0); LOG_DISK("Actually opening %1", truncated); HANDLE device = CreateFileA (truncated.c_str(), (GENERIC_READ | GENERIC_WRITE), FILE_SHARE_READ | FILE_SHARE_WRITE, 0, OPEN_EXISTING, 0, 0); if (device == INVALID_HANDLE_VALUE) { |
