]> www.ginac.de Git - ginac.git/blobdiff - check/time_gammaseries.cpp
removed some obsolete functions
[ginac.git] / check / time_gammaseries.cpp
index e5643d9c36391c0254d03fad8cf417361cc85719..afb78395163f4efab5bd8f8288e2ea746dc2eaca 100644 (file)
@@ -3,7 +3,7 @@
  *  Some timings on series expansion of the Gamma function around a pole. */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ unsigned tgammaseries(unsigned order)
        return result;
 }
 
-unsigned time_gammaseries(void)
+unsigned time_gammaseries()
 {
        unsigned result = 0;