From 5b930a99935e43b7399998cb998fb83dc16e865d Mon Sep 17 00:00:00 2001
From: Michael Kuron <mkuron@icp.uni-stuttgart.de>
Date: Tue, 5 Nov 2019 15:13:39 +0100
Subject: [PATCH] Remove duplicated uint typedef

---
 pystencils/include/opencl_stdint.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pystencils/include/opencl_stdint.h b/pystencils/include/opencl_stdint.h
index 14ad55852..98191faa5 100644
--- a/pystencils/include/opencl_stdint.h
+++ b/pystencils/include/opencl_stdint.h
@@ -1,7 +1,6 @@
 #ifndef OPENCL_STDINT
 #define OPENCL_STDINT
 
-typedef unsigned int      uint;
 typedef unsigned int      uint_t;
 
 typedef signed char       int8_t;
-- 
GitLab