aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/currency.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-10 19:50:03 +0200
committerJokler <jokler.contact@gmail.com>2017-10-11 15:41:32 +0200
commit353fa7841675fe70a75ccc4c650c2c15d5efbcbb (patch)
tree51d5a57f24d990e67869c6e51deb4f5648abbfee /src/plugins/currency.rs
parent0195219d5c0b0ff1486b3e6bdcd62a807d3d2932 (diff)
downloadfrippy-353fa7841675fe70a75ccc4c650c2c15d5efbcbb.tar.gz
frippy-353fa7841675fe70a75ccc4c650c2c15d5efbcbb.zip
Only spawn a new thread if needed
Diffstat (limited to 'src/plugins/currency.rs')
-rw-r--r--src/plugins/currency.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/currency.rs b/src/plugins/currency.rs
index d29e560..08501e1 100644
--- a/src/plugins/currency.rs
+++ b/src/plugins/currency.rs
@@ -62,7 +62,6 @@ impl<'a> ConvertionRequest<'a> {
}
impl Currency {
-
pub fn new() -> Currency {
Currency {}
}