commit | 266badb2d7b119b32997282eb68eb30e6d691e32 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Mar 09 18:58:27 2016 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Mar 10 14:21:16 2016 -0800 |
tree | 66816624f0d0d63cb706df6c6ef879716732e77a | |
parent | 8c43fcc35c1bac3d4b19bf6cfad45fe7282b863c [diff] [blame] |
producer: remove unused db operation Change-Id: Ibce86e9c74ba05f0b1c8c3106f79a94660f3559b Refs: #3354
diff --git a/src/producer.cpp b/src/producer.cpp index f112fa6..81c1349 100644 --- a/src/producer.cpp +++ b/src/producer.cpp
@@ -84,7 +84,6 @@ Buffer contentKeyBits; if (m_db.hasContentKey(timeslot)) { - contentKeyBits = m_db.getContentKey(timeslot); return contentKeyName; } @@ -238,4 +237,4 @@ } } // namespace gep -} // namespace ndn \ No newline at end of file +} // namespace ndn