about summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e37b154..92c4d90 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -25,14 +25,6 @@
 
 using namespace std;
 
-void gemma_gsl_error_handler (const char * reason,
-                              const char * file,
-                              int line, int gsl_errno) {
-  cerr << "GSL ERROR: " << reason << " in " << file
-       << " at line " << line << " errno " << gsl_errno <<endl;
-  exit(22);
-}
-
 int main(int argc, char *argv[]) {
   GEMMA cGemma;
   PARAM cPar;