From 967966876ff26b5141c0ce11697d7a90be7b9261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 1 Feb 2021 14:45:09 +0100 Subject: [PATCH] Bytecode: remove obsolete LINBCG stuff --- mex/sources/bytecode/Evaluate.hh | 3 --- mex/sources/bytecode/Interpreter.hh | 3 --- 2 files changed, 6 deletions(-) diff --git a/mex/sources/bytecode/Evaluate.hh b/mex/sources/bytecode/Evaluate.hh index eeb4060d3..40914e89c 100644 --- a/mex/sources/bytecode/Evaluate.hh +++ b/mex/sources/bytecode/Evaluate.hh @@ -26,9 +26,6 @@ #include #define BYTE_CODE #include "CodeInterpreter.hh" -#ifdef LINBCG -# include "linbcg.hh" -#endif #include #include "ErrorHandling.hh" diff --git a/mex/sources/bytecode/Interpreter.hh b/mex/sources/bytecode/Interpreter.hh index f1ab01cf0..ece879401 100644 --- a/mex/sources/bytecode/Interpreter.hh +++ b/mex/sources/bytecode/Interpreter.hh @@ -28,9 +28,6 @@ #include "CodeInterpreter.hh" #include "SparseMatrix.hh" #include "Evaluate.hh" -#ifdef LINBCG -# include "linbcg.hh" -#endif #include //#define DEBUGC