summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/object.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/object.rs')
-rw-r--r--ipfs-api/src/response/object.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipfs-api/src/response/object.rs b/ipfs-api/src/response/object.rs
index 78fd271..5bfecb0 100644
--- a/ipfs-api/src/response/object.rs
+++ b/ipfs-api/src/response/object.rs
@@ -9,8 +9,6 @@
use response::{serde, IpfsHeader};
use std::collections::HashMap;
-pub type ObjectDataResponse = Vec<u8>;
-
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct ObjectDiff {