Skip to content

Commit d8872d1

Browse files
committed
store/postgres: Remove duplicate function definition
1 parent 3551b8b commit d8872d1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

store/postgres/src/subgraph_store.rs

-9
Original file line numberDiff line numberDiff line change
@@ -996,15 +996,6 @@ impl SubgraphStoreInner {
996996
let (store, site) = self.store(&deployment.hash)?;
997997
store.drop_index(site, index_name).await
998998
}
999-
1000-
pub async fn drop_index_for_deployment(
1001-
&self,
1002-
deployment: &DeploymentLocator,
1003-
index_name: &str,
1004-
) -> Result<(), StoreError> {
1005-
let (store, site) = self.store(&deployment.hash)?;
1006-
store.drop_index(site, index_name).await
1007-
}
1008999
}
10091000

10101001
struct EnsLookup {

0 commit comments

Comments
 (0)