Skip to content

Commit e353c53

Browse files
committed
Removido variável sem uso
1 parent 8409ca2 commit e353c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DFe.Utils/FrxFileHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static byte[] TryGetFrxFile(string caminho)
1919
var bytes = File.ReadAllBytes(path);
2020
return bytes.Length == 0 ? null : bytes;
2121
}
22-
catch (Exception e)
22+
catch (Exception)
2323
{
2424
return null;
2525
}

0 commit comments

Comments
 (0)