removed old typedef

This commit is contained in:
Erik Frojdh
2019-04-05 10:14:41 +02:00
parent 951d4d6091
commit f11db00aef
10 changed files with 0 additions and 55 deletions

View File

@ -11,12 +11,6 @@
#include <vector>
#include <iostream>
typedef double double32_t;
typedef float float32_t;
typedef int int32_t;
/** Circular Fifo (a.k.a. Circular Buffer)
* Thread safe for one reader, and one writer */
template<typename Element>