Skip to content

Commit 77ab8f3

Browse files
committed
Drop unnecessary constants
Signed-off-by: Colin Walters <[email protected]>
1 parent 4b4354d commit 77ab8f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/imageproxy.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ use tracing::instrument;
2525
/// Re-export because we use this in our public APIs
2626
pub use oci_spec;
2727

28-
pub const OCI_TYPE_LAYER_GZIP: &str = "application/vnd.oci.image.layer.v1.tar+gzip";
29-
pub const OCI_TYPE_LAYER_TAR: &str = "application/vnd.oci.image.layer.v1.tar";
30-
3128
/// File descriptor range which is reserved for passing data down into the proxy;
3229
/// avoid configuring the command to use files in this range. (Also, stdin is
3330
/// reserved)

0 commit comments

Comments
 (0)