Fix a dead initialization.
authorAndre Noll <maan@systemlinux.org>
Sun, 19 Apr 2009 21:20:31 +0000 (23:20 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 19 Apr 2009 21:20:31 +0000 (23:20 +0200)
osl.c

diff --git a/osl.c b/osl.c
index 9bdc351dcbfa6f4f8fd47fe65b1a6d8016e9ba21..1179307c1d21ddf0c3d9bb0731ea1fcb3cc700c8 100644 (file)
--- a/osl.c
+++ b/osl.c
@@ -194,7 +194,6 @@ static int init_column_descriptions(struct osl_table *t)
        int i, j, ret;
        const struct osl_column_description *cd;
 
-       ret = -E_OSL_BAD_TABLE_DESC;
        ret = verify_name(t->desc->name);
        if (ret < 0)
                goto err;