Bytecode: remove obsolete LINBCG stuff

time-shift
Sébastien Villemot 2021-02-01 14:45:09 +01:00
parent 743469bfd7
commit 967966876f
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 0 additions and 6 deletions

View File

@ -26,9 +26,6 @@
#include <cmath>
#define BYTE_CODE
#include "CodeInterpreter.hh"
#ifdef LINBCG
# include "linbcg.hh"
#endif
#include <dynmex.h>
#include "ErrorHandling.hh"

View File

@ -28,9 +28,6 @@
#include "CodeInterpreter.hh"
#include "SparseMatrix.hh"
#include "Evaluate.hh"
#ifdef LINBCG
# include "linbcg.hh"
#endif
#include <dynmex.h>
//#define DEBUGC