提交 04e2c303 编写于 作者: D dpoeschl

Removing unused 'isSystem' local that's currently breaking the build. (changeset 1404204)

上级 881cf4bb
......@@ -3590,8 +3590,7 @@ public void BinaryFileErrorTest()
public void Bug15538()
{
// Several Jenkins VMs are still running with local systems permissions. This suite won't run properly
// in that environment. Removing this check is being tracked by issue #79.
bool isSystem;
// in that environment. Removing this check is being tracked by issue #79.
using (var identity = System.Security.Principal.WindowsIdentity.GetCurrent())
{
if (identity.IsSystem)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册