aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp')
-rw-r--r--3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp b/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp
deleted file mode 100644
index 9007f8a..0000000
--- a/3rdparty/glm/source/test/gtx/gtx_associated_min_max.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#define GLM_ENABLE_EXPERIMENTAL
-#include <glm/gtc/type_precision.hpp>
-#include <glm/gtx/associated_min_max.hpp>
-
-int main()
-{
- int Error(0);
-
- return Error;
-}