diff options
Diffstat (limited to 'NorthstarDedicatedTest/ns_version.h')
-rw-r--r-- | NorthstarDedicatedTest/ns_version.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDedicatedTest/ns_version.h b/NorthstarDedicatedTest/ns_version.h deleted file mode 100644 index d30594fb..00000000 --- a/NorthstarDedicatedTest/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 |