diff --git a/server/src/main/java/org/opensearch/index/snapshots/blobstore/RemoteStoreShardShallowCopySnapshot.java b/server/src/main/java/org/opensearch/index/snapshots/blobstore/RemoteStoreShardShallowCopySnapshot.java index 89df3fdb215da..9c0ea42810e16 100644 --- a/server/src/main/java/org/opensearch/index/snapshots/blobstore/RemoteStoreShardShallowCopySnapshot.java +++ b/server/src/main/java/org/opensearch/index/snapshots/blobstore/RemoteStoreShardShallowCopySnapshot.java @@ -123,42 +123,6 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws return builder; } - /** - * This is kept only to avoid breaking changes. - */ - @Deprecated - public RemoteStoreShardShallowCopySnapshot( - String snapshot, - long indexVersion, - long primaryTerm, - long commitGeneration, - long startTime, - long time, - int totalFileCount, - long totalSize, - String indexUUID, - String remoteStoreRepository, - String repositoryBasePath, - List fileNames - ) { - this( - snapshot, - indexVersion, - primaryTerm, - commitGeneration, - startTime, - time, - totalFileCount, - totalSize, - indexUUID, - remoteStoreRepository, - repositoryBasePath, - fileNames, - null, - null - ); - } - public RemoteStoreShardShallowCopySnapshot( String snapshot, long indexVersion,