tolbertam commented on code in PR #3898:
URL: https://github.com/apache/cassandra/pull/3898#discussion_r1955200699
##########
test/unit/com/datastax/driver/core/PreparedStatementHelper.java:
##########
@@ -41,16 +41,6 @@ private static MD5Digest id(PreparedStatement statement)
return statement.getPreparedId().boundValuesMetadata.id;
}
- public static void assertStable(PreparedStatement first, PreparedStatement
subsequent)
Review Comment:
Moved this to test code (since only tests rely on this class), and also
removed this method which is unused.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]