summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-06-26 17:10:47 +0200
committerSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-06-26 17:10:47 +0200
commit3f1873b8d26972f22365731c79d4da04aa8d9d0e (patch)
treebbaeaf5303c1f01e1a2e9a3305c19af67573ab4f
parent4ae76e070a2e1e6f3115f1031960c32a68d9a0c6 (diff)
Remove comment
(It was supposed to go into the commit message, so that people can actually understand it).
-rw-r--r--src/db-reader.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db-reader.vala b/src/db-reader.vala
index 7e072aaa..f2ad42a7 100644
--- a/src/db-reader.vala
+++ b/src/db-reader.vala
@@ -350,10 +350,6 @@ public class DbReader : Object
{
WhereClause where = new WhereClause (WhereClause.Type.AND);
- /**
- * Since we use multi-index columns that already include timestamp
- * indxes, we can stop skipping the timestamp index.
- */
if (time_range.start != 0)
where.add (("timestamp >= %" + int64.FORMAT).printf(
time_range.start));