aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/fix32/fix32.h
diff options
context:
space:
mode:
Diffstat (limited to 'Client/ThirdParty/fix32/fix32.h')
-rw-r--r--Client/ThirdParty/fix32/fix32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Client/ThirdParty/fix32/fix32.h b/Client/ThirdParty/fix32/fix32.h
deleted file mode 100644
index fb3d65c..0000000
--- a/Client/ThirdParty/fix32/fix32.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-// -2,147,483,648 to 2,147,483,647
-typedef int64_t fix32_t;
-