remove bad file

This commit is contained in:
q66 2016-01-18 18:05:04 +00:00
parent bc0c3f7577
commit 29bf432800

View file

@ -1,19 +0,0 @@
/* Various type limits.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OSTD_LIMTIS_HH
#define OSTD_LIMITS_HH
#include <limits.h>
namespace ostd {
template<typename>
struct Limits {
};
} /* namespace ostd */
#endif