summaryrefslogtreecommitdiff
path: root/quotes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'quotes.cc')
-rw-r--r--quotes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/quotes.cc b/quotes.cc
index 9f43352e..84f1dffc 100644
--- a/quotes.cc
+++ b/quotes.cc
@@ -59,7 +59,6 @@ void quotes_by_script::operator()(commodity_t& commodity,
cache_dirty = true;
if (price && ! price_db.empty()) {
- char buf[128];
strftime(buf, 127, "%Y/%m/%d %H:%M:%S", localtime(&now));
ofstream database(price_db.c_str(), ios_base::out | ios_base::app);
database << "P " << buf << " " << commodity.symbol