Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
fix: remove unused code (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Nov 11, 2024
1 parent 5386dbd commit 22c37b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/contracts/src/world/errors.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ pub fn event_already_registered(namespace: @ByteArray, name: @ByteArray) -> Byte
format!("Resource `{}-{}` is already registered", namespace, name)
}

pub fn event_not_registered(namespace: @ByteArray, name: @ByteArray) -> ByteArray {
format!("Resource `{}-{}` is not registered", namespace, name)
}

pub fn model_already_registered(namespace: @ByteArray, name: @ByteArray) -> ByteArray {
format!("Resource `{}-{}` is already registered", namespace, name)
}
Expand Down

0 comments on commit 22c37b5

Please sign in to comment.