diff --git a/include/boost/serialization/vector_134.hpp b/include/boost/serialization/vector_134.hpp deleted file mode 100644 index bbb709c7..00000000 --- a/include/boost/serialization/vector_134.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef BOOST_SERIALIZATION_VECTOR_134_HPP -#define BOOST_SERIALIZATION_VECTOR_134_HPP - -/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 -// vector_134.hpp: backwards compatibility with 1.34.1 files - -// (C) Copyright 2008 Matthias Troyer - - -#ifdef BOOST_SERIALIZATION_VECTOR_VERSION -#if BOOST_SERIALIZATION_VECTOR_VERSION != 3 -#error Boost.Serialization cannot be compatible with both 1.34.1. and 1.35 files. Please include boost/serialization/vector_134.hpp before vector.hpp to be compatible with 1.34.1 files -#endif -#else -#define BOOST_SERIALIZATION_VECTOR_VERSION 3 -#endif - -#include - -#endif // BOOST_SERIALIZATION_VECTOR_134_HPP