Skip to content

Commit 192c2af

Browse files
committed
Removed redundant exception handler
1 parent 1095f38 commit 192c2af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DeadLock/Classes/ListViewLocker.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ internal bool HasOwnership()
236236
break;
237237
}
238238
}
239-
catch (UnauthorizedAccessException)
240-
{
241-
isWriteAccess = false;
242-
}
243239
catch (Exception)
244240
{
245241
isWriteAccess = false;

0 commit comments

Comments
 (0)