aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/ns_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/ns_version.h')
-rw-r--r--NorthstarDLL/ns_version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDLL/ns_version.h b/NorthstarDLL/ns_version.h
deleted file mode 100644
index d30594fb..00000000
--- a/NorthstarDLL/ns_version.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-#ifndef NORTHSTAR_VERSION
-// Turning off clang-format here so it doesn't mess with style as it needs to be this way for regex-ing with CI
-// clang-format off
-#define NORTHSTAR_VERSION 0,0,0,1
-// clang-format on
-#endif