Skip to content

Commit

Permalink
remove obsolete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Jul 18, 2012
1 parent 6bc94ae commit 2de12d6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dft/bluestein.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,6 @@ static void awake(plan *ego_, enum wakefulness wakefulness)
}
}

static int applicable0(const problem *p_)
{
const problem_dft *p = (const problem_dft *) p_;
return (1
&& p->sz->rnk == 1
&& p->vecsz->rnk == 0
/* FIXME: allow other sizes */
&& X(is_prime)(p->sz->dims[0].n)

/* FIXME: infinite recursion of bluestein with itself */
&& p->sz->dims[0].n > 16
);
}

static int applicable(const solver *ego, const problem *p_,
const planner *plnr)
{
Expand Down

0 comments on commit 2de12d6

Please sign in to comment.