[Scipy-svn] r4287 - branches/refactor_fft/scipy/fftpack/src/djbfft

scipy-svn at scipy.org scipy-svn at scipy.org
Mon May 12 09:09:46 EDT 2008


Author: cdavid
Date: 2008-05-12 08:09:42 -0500 (Mon, 12 May 2008)
New Revision: 4287

Modified:
   branches/refactor_fft/scipy/fftpack/src/djbfft/drfft.cxx
Log:
Remove dead code.

Modified: branches/refactor_fft/scipy/fftpack/src/djbfft/drfft.cxx
===================================================================
--- branches/refactor_fft/scipy/fftpack/src/djbfft/drfft.cxx	2008-05-12 13:09:20 UTC (rev 4286)
+++ branches/refactor_fft/scipy/fftpack/src/djbfft/drfft.cxx	2008-05-12 13:09:42 UTC (rev 4287)
@@ -128,19 +128,6 @@
 
 static CacheManager<DJBFFTCacheId, RDJBFFTCache> rdjbfft_cmgr(10);
 
-#if 0
-GEN_CACHE(drdjbfft, (int n)
-	    , unsigned int *f;
-	    double *ptr;, 
-        caches_drdjbfft[i].n == n, 
-        caches_drdjbfft[id].f = (unsigned int *) malloc(sizeof(unsigned int) * (n));
-	    caches_drdjbfft[id].ptr = (double *) malloc(sizeof(double) * n);
-	    fftfreq_rtable(caches_drdjbfft[id].f, n);,
-	    free(caches_drdjbfft[id].f); 
-        free(caches_drdjbfft[id].ptr);, 
-        10)
-#endif
-
 /**************** ZFFT function **********************/
 static void drfft_djbfft(double * inout,
 			 int n, int direction, int howmany, int normalize)




More information about the Scipy-svn mailing list