aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/VectorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/VectorTest.cpp')
-rw-r--r--CommonLibs/VectorTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/CommonLibs/VectorTest.cpp b/CommonLibs/VectorTest.cpp
index ad5c473..6958889 100644
--- a/CommonLibs/VectorTest.cpp
+++ b/CommonLibs/VectorTest.cpp
@@ -28,10 +28,6 @@
#include "Vector.h"
#include <iostream>
-// We must have a gConfig now to include Vector.
-#include "Configuration.h"
-ConfigurationTable gConfig;
-
using namespace std;
typedef Vector<int> TestVector;