remove unused variables

This commit is contained in:
Enno Rehling 2014-08-16 12:02:45 +02:00
parent 2fd085d1e5
commit 9587e9f0cd
1 changed files with 0 additions and 3 deletions

View File

@ -385,7 +385,6 @@ order *parse_order(const char *s, const struct locale * lang)
bool is_repeated(const order * ord)
{
keyword_t kwd = ORD_KEYWORD(ord);
const struct locale *lang = ORD_LOCALE(ord);
int result = 0;
switch (kwd) {
@ -428,7 +427,6 @@ bool is_repeated(const order * ord)
bool is_exclusive(const order * ord)
{
keyword_t kwd = ORD_KEYWORD(ord);
const struct locale *lang = ORD_LOCALE(ord);
int result = 0;
switch (kwd) {
@ -469,7 +467,6 @@ bool is_exclusive(const order * ord)
bool is_long(const order * ord)
{
keyword_t kwd = ORD_KEYWORD(ord);
const struct locale *lang = ORD_LOCALE(ord);
bool result = false;
switch (kwd) {