Remove unused variables causing compile warnings.
This commit is contained in:
@@ -116,7 +116,7 @@ namespace sscs.common
|
||||
// or null is returned.
|
||||
return (string)sk1.GetValue(KeyName.ToUpper());
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
//ShowErrorMessage(e, "Reading registry " + KeyName.ToUpper());
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user