Skip to content

Commit

Permalink
chore: remove unnecessary files and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JhChoy committed Aug 8, 2024
1 parent 4cb0071 commit 5aade6c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions src/interfaces/hook_caller.cairo

This file was deleted.

7 changes: 0 additions & 7 deletions src/interfaces/lockers.cairo

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod interfaces {
pub mod book_manager;
pub mod locker;
pub mod lockers;
pub mod params;
}

Expand Down
2 changes: 0 additions & 2 deletions src/libraries/lockers.cairo
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
use starknet::{ContractAddress, Store, SyscallResultTrait, SyscallResult};
use starknet::storage::Map;
use starknet::storage_access::{
StorageBaseAddress, storage_address_from_base, storage_base_address_from_felt252
};
use clober_cairo::utils::constants::{ZERO_ADDRESS, TWO_POW_32};
use clober_cairo::interfaces::lockers::ILockers;
use clober_cairo::libraries::storage_map::{Felt252Map, Felt252MapTrait};

const NOT_IMPLEMENTED: felt252 = 'Not implemented';
Expand Down

0 comments on commit 5aade6c

Please sign in to comment.