removed dangling variable

This commit is contained in:
Zachary Folwick 2015-10-20 06:00:36 -07:00
parent 80f879e33f
commit 76ed6fa106

View file

@ -161,8 +161,6 @@ namespace Microsoft.Samples.PowerShell.Host
executeHelper(initialScript,null);
}
private string _prompt;
/// Sets the prompt equal to the output of the prompt function
public string Prompt(Runspace rs)
{