Skip to content

Commit f281a98

Browse files
committed
runtime: Remove unused enum AscSubgraphEntityOp
1 parent 89be3cb commit f281a98

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

runtime/wasm/src/to_from/external.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use graph::runtime::{
1010
use graph::{data::store, runtime::DeterministicHostError};
1111
use graph::{prelude::serde_json, runtime::FromAscObj};
1212
use graph::{prelude::web3::types as web3, runtime::AscHeap};
13-
use graph_runtime_derive::AscType;
1413

1514
use crate::asc_abi::class::*;
1615

@@ -465,14 +464,6 @@ where
465464
}
466465
}
467466

468-
#[derive(Debug, Clone, Eq, PartialEq, AscType)]
469-
#[allow(dead_code)]
470-
pub enum AscSubgraphEntityOp {
471-
Create,
472-
Modify,
473-
Delete,
474-
}
475-
476467
impl ToAscObj<AscEnum<YamlValueKind>> for serde_yaml::Value {
477468
fn to_asc_obj<H: AscHeap + ?Sized>(
478469
&self,

0 commit comments

Comments
 (0)