Remove unused code
This commit is contained in:
parent
b12a76c2ae
commit
cd545c2edd
2 changed files with 0 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
|||
use crate::dbs::Options;
|
||||
use crate::dbs::Runtime;
|
||||
use crate::dbs::Transaction;
|
||||
use crate::sql::idiom::Idiom;
|
||||
use crate::sql::value::Value;
|
||||
|
||||
impl Value {
|
||||
pub fn fetch(
|
||||
self,
|
||||
_ctx: &Runtime,
|
||||
_opt: &Options,
|
||||
_txn: &Transaction,
|
||||
_path: &Idiom,
|
||||
) -> Self {
|
||||
self
|
||||
}
|
||||
}
|
|
@ -6,7 +6,6 @@ mod decrement;
|
|||
mod def;
|
||||
mod del;
|
||||
mod diff;
|
||||
mod fetch;
|
||||
mod first;
|
||||
mod get;
|
||||
mod increment;
|
||||
|
|
Loading…
Reference in a new issue