forked from github/server
unused variable
This commit is contained in:
parent
e53a1caa08
commit
49178d8fc7
|
@ -488,7 +488,6 @@ static void test_study_order_unknown_quoted(CuTest *tc) {
|
|||
static void test_create_order_long(CuTest *tc) {
|
||||
char buffer[2048];
|
||||
order *ord;
|
||||
size_t len;
|
||||
struct locale *lang;
|
||||
stream out;
|
||||
const char * longstr = "// BESCHREIBEN EINHEIT \"In weià ƒ ƒ ƒ ƒ ƒ ƒ &#"
|
||||
|
@ -508,7 +507,6 @@ static void test_create_order_long(CuTest *tc) {
|
|||
test_setup();
|
||||
lang = test_create_locale();
|
||||
ord = parse_order(longstr, lang);
|
||||
len = strlen(longstr);
|
||||
CuAssertIntEquals(tc, 0, ord->command);
|
||||
mstream_init(&out);
|
||||
stream_order(&out, ord, lang, true);
|
||||
|
|
Loading…
Reference in New Issue