changeset 23109:3e7ca46d3eab

* interpreter.cc (octave_exit): Delete unused global variable.
author John W. Eaton <jwe@octave.org>
date Fri, 27 Jan 2017 17:54:12 -0500
parents 48a0bb5d5150
children af48d8be62b3
files libinterp/corefcn/interpreter.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter.cc	Fri Jan 27 17:52:10 2017 -0500
+++ b/libinterp/corefcn/interpreter.cc	Fri Jan 27 17:54:12 2017 -0500
@@ -69,8 +69,6 @@
 #include "variables.h"
 #include <version.h>
 
-void (*octave_exit) (int) = ::exit;
-
 // TRUE means the quit() call is allowed.
 bool quit_allowed = true;