From 7326b3a8f5d2822281d9e9f74011c674c4f7f80e Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 4 May 2021 16:19:54 +1200 Subject: [PATCH] delete no longer used file --- oracle/src/default_weight.rs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 oracle/src/default_weight.rs diff --git a/oracle/src/default_weight.rs b/oracle/src/default_weight.rs deleted file mode 100644 index d910445d9..000000000 --- a/oracle/src/default_weight.rs +++ /dev/null @@ -1,20 +0,0 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0 - -#![allow(unused_parens)] -#![allow(unused_imports)] -#![allow(clippy::unnecessary_cast)] - -use frame_support::weights::{constants::RocksDbWeight as DbWeight, Weight}; - -impl crate::WeightInfo for () { - fn feed_values(c: u32) -> Weight { - (74_792_000 as Weight) - .saturating_add((11_208_000 as Weight).saturating_mul(c as Weight)) - .saturating_add(DbWeight::get().reads(3 as Weight)) - .saturating_add(DbWeight::get().writes(1 as Weight)) - .saturating_add(DbWeight::get().writes((2 as Weight).saturating_mul(c as Weight))) - } - fn on_finalize() -> Weight { - (15_881_000 as Weight).saturating_add(DbWeight::get().writes(1 as Weight)) - } -}