Skip to content

Commit b12e210

Browse files
committed
Remove unused method.
The last usage was removed in 91e749c.
1 parent 544afce commit b12e210

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/MySqlConnector/MySqlClient/MySqlCommand.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ private void VerifyNotDisposed()
172172
throw new ObjectDisposedException(GetType().Name);
173173
}
174174

175-
private void VerifyValid()
176-
{
177-
Exception exception;
178-
if (!IsValid(out exception))
179-
throw exception;
180-
}
181-
182175
private bool IsValid(out Exception exception)
183176
{
184177
exception = null;

0 commit comments

Comments
 (0)