← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 255: removed redundant fixme -> this will be fixed in update_callback

 

------------------------------------------------------------
revno: 255
committer: Seif Lotfy <seif@xxxxxxxxx>
branch nick: bluebird
timestamp: Sat 2011-09-17 13:19:52 +0200
message:
  removed redundant fixme -> this will be fixed in update_callback
modified:
  src/sql.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/sql.vala'
--- src/sql.vala	2011-09-16 22:43:03 +0000
+++ src/sql.vala	2011-09-17 11:19:52 +0000
@@ -176,10 +176,7 @@
         }
 
         public void close ()
-            {
-            // FIXME: make sure symbol tables are consistent (ie.
-            //        _fix_cache is empty)
-            
+        {
             // SQLite connection is implicitly closed upon destruction
             database = null;
         }