Skip to content

Commit 4baa2d1

Browse files
committed
Fix warning of not used variable
1 parent c9de37a commit 4baa2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions.Caching.PostgreSql/DatabaseOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private void CreateTableIfNotExist()
110110
cmd.ExecuteNonQuery();
111111
transaction.Commit();
112112
}
113-
catch (Exception ex)
113+
catch (Exception)
114114
{
115115
//
116116
transaction.Rollback();

0 commit comments

Comments
 (0)