Skip to content

Commit

Permalink
Dead-Code Police
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Sep 21, 2017
1 parent d97394a commit 5aebc02
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions api/Makefile.am
Expand Up @@ -7,9 +7,6 @@ include_HEADERS = fftw3.h fftw3.f fftw3l.f03 fftw3q.f03
nodist_include_HEADERS = fftw3.f03
noinst_LTLIBRARIES = libapi.la

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = api.h x77.h guru.h guru64.h

libapi_la_SOURCES = apiplan.c configure.c execute-dft-c2r.c \
execute-dft-r2c.c execute-dft.c execute-r2r.c execute-split-dft-c2r.c \
execute-split-dft-r2c.c execute-split-dft.c execute.c \
Expand Down
3 changes: 0 additions & 3 deletions dft/Makefile.am
Expand Up @@ -3,9 +3,6 @@ SUBDIRS = scalar simd

noinst_LTLIBRARIES = libdft.la

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = codelet-dft.h dft.h

libdft_la_SOURCES = bluestein.c buffered.c conf.c ct.c dftw-direct.c \
dftw-directsq.c dftw-generic.c dftw-genericbuf.c direct.c generic.c \
indirect.c indirect-transpose.c kdft-dif.c kdft-difsq.c kdft-dit.c \
Expand Down
3 changes: 0 additions & 3 deletions kernel/Makefile.am
@@ -1,9 +1,6 @@
AM_CPPFLAGS = -I $(top_srcdir)
noinst_LTLIBRARIES = libkernel.la

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = ifftw.h cycle.h

libkernel_la_SOURCES = align.c alloc.c assert.c awake.c buffered.c \
cpy1d.c cpy2d-pair.c cpy2d.c ct.c debug.c extract-reim.c hash.c iabs.c \
kalloc.c md5-1.c md5.c minmax.c ops.c pickdim.c plan.c planner.c \
Expand Down
3 changes: 0 additions & 3 deletions rdft/Makefile.am
Expand Up @@ -3,9 +3,6 @@ SUBDIRS = scalar simd

noinst_LTLIBRARIES = librdft.la

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = codelet-rdft.h rdft.h

RDFT2 = buffered2.c direct2.c nop2.c rank0-rdft2.c rank-geq2-rdft2.c \
plan2.c problem2.c solve2.c vrank-geq1-rdft2.c rdft2-rdft.c \
rdft2-tensor-max-index.c rdft2-inplace-strides.c rdft2-strides.c \
Expand Down
3 changes: 0 additions & 3 deletions reodft/Makefile.am
Expand Up @@ -3,9 +3,6 @@ SUBDIRS =

noinst_LTLIBRARIES = libreodft.la

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = reodft.h

# no longer used due to numerical problems
EXTRA_DIST = reodft11e-r2hc.c redft00e-r2hc.c rodft00e-r2hc.c

Expand Down
3 changes: 0 additions & 3 deletions threads/Makefile.am
Expand Up @@ -17,9 +17,6 @@ else
lib_LTLIBRARIES = $(FFTWOMPLIB)
endif

# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
# pkginclude_HEADERS = threads.h

libfftw3@PREC_SUFFIX@_threads_la_SOURCES = api.c conf.c threads.c \
threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
vrank-geq1-rdft2.c f77api.c f77funcs.h
Expand Down

0 comments on commit 5aebc02

Please sign in to comment.