From c559ff4c6f4756b65eeaa3f01c103efff41c11ea Mon Sep 17 00:00:00 2001
From: Doug Coleman <doug.coleman@gmail.com>
Date: Sat, 16 Feb 2008 18:15:18 -0600
Subject: [PATCH] fix load error

---
 extra/db/mysql/mysql.factor | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/extra/db/mysql/mysql.factor b/extra/db/mysql/mysql.factor
index 040b87c977..91562e89ff 100644
--- a/extra/db/mysql/mysql.factor
+++ b/extra/db/mysql/mysql.factor
@@ -26,12 +26,6 @@ M: mysql-statement prepare-statement ( statement -- )
 M: mysql-statement bind-statement* ( statement -- )
     ;
 
-M: mysql-statement rebind-statement ( statement -- )
-    ;
-
-M: mysql-statement execute-statement ( statement -- )
-    ;
-
 M: mysql-statement query-results ( query -- result-set )
     ;