]> gitweb.factorcode.org Git - factor.git/commitdiff
remove debug info
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 28 Sep 2008 22:16:55 +0000 (17:16 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 28 Sep 2008 22:16:55 +0000 (17:16 -0500)
basis/db/sqlite/sqlite.factor

index e2a4b994e3d94b67faeb7340e51f3d08ba111d84..aab1e5f40f892f47af8a18ff489effaec2633e7d 100755 (executable)
@@ -207,5 +207,5 @@ M: sqlite-db compound ( string seq -- new-string )
     over {
         { "default" [ first number>string join-space ] }
         { "references" [ >reference-string ] }
-        [ 2dup . . 2drop ] 
+        [ 2drop ]
     } case ;