]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
score.c: Remove pointless assignment.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index 54af56f7c60100ad65ac09cafb52e7769514c958..8aa547ef531fe2e8f16a6248d5c3827470fe1ed9 100644 (file)
--- a/score.c
+++ b/score.c
@@ -307,7 +307,6 @@ static void score_close(void)
 
 static int score_open(__a_unused const char *dir)
 {
-       score_table_desc.dir = NULL; /* this table has only volatile columns */
        return osl(osl_open_table(&score_table_desc, &score_table));
 }