X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fshort-names.c;h=fbf813a3fda26d8730e8482c84d7e9a6f36fa167;hb=924870103590032b33a94b471fc90ed08f4072c6;hp=d1e37f5be06e079c846383dbbd16e70bb360e39f;hpb=5bfbebe93fba98a3b5c1f64482823d53265aed5b;p=pspp-builds.git diff --git a/src/data/short-names.c b/src/data/short-names.c index d1e37f5b..fbf813a3 100644 --- a/src/data/short-names.c +++ b/src/data/short-names.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,9 +43,6 @@ set_var_short_name_suffix (struct variable *v, size_t i, assert (suffix_number >= 0); - /* Set base name. */ - var_set_short_name (v, i, base); - /* Compose suffix. */ suffix[0] = '_'; if (!str_format_26adic (suffix_number, &suffix[1], sizeof suffix - 1))