From: Florian Forster <[EMAIL PROTECTED]>

---
 src/dbi_main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/dbi_main.c b/src/dbi_main.c
index c80adff..e3b7e90 100644
--- a/src/dbi_main.c
+++ b/src/dbi_main.c
@@ -780,7 +780,6 @@ size_t dbi_conn_quote_binary_copy(dbi_conn Conn, const 
unsigned char *orig, size
    do */
 
 size_t dbi_conn_escape_string_copy(dbi_conn Conn, const char *orig, char 
**newquoted) {
-       char *newstr;
        size_t newlen;
        
        if (!Conn) {
@@ -1247,7 +1246,6 @@ static dbi_driver_t *_get_driver(const char *filename, 
dbi_inst_t *inst) {
        unsigned int idx = 0;
        dbi_custom_function_t *prevcustom = NULL;
        dbi_custom_function_t *custom = NULL;
-       char function_name[256];
        const char* error;
 
        dlhandle = my_dlopen(filename, DLOPEN_FLAG); /* DLOPEN_FLAG defined by 
autoconf */
-- 
1.5.6.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to