diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index e07ae7e24..a8c1239d5 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -113,8 +113,6 @@ static void test() { * calls automated test function to test the working of fast fourier transform. * @returns 0 on exit */ - - int main(int argc, char const *argv[]) { test(); // run self-test implementations