diff options
author | H. Peter Anvin <hpa@zytor.com> | 2018-10-13 00:22:46 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2018-10-13 00:22:46 -0700 |
commit | cdd64dbe4befc8f32799fafbf6f5ae7db0900682 (patch) | |
tree | 46050e794f274255b73f2e7927fbe978caeca97a | |
parent | c2834e2fa23abccbdb6a9fc9b91eb7e03f95d006 (diff) | |
download | abcdisk-cdd64dbe4befc8f32799fafbf6f5ae7db0900682.tar.gz abcdisk-cdd64dbe4befc8f32799fafbf6f5ae7db0900682.tar.xz abcdisk-cdd64dbe4befc8f32799fafbf6f5ae7db0900682.zip |
platform.c: remove unused file
-rw-r--r-- | platform.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platform.c b/platform.c deleted file mode 100644 index a57befb..0000000 --- a/platform.c +++ /dev/null @@ -1,9 +0,0 @@ -extern const char platform[]; - -#ifdef __WIN32__ -const char platform[] = "Windows"; -#elif defined(__unix__) -const char platform[] = "Unix"; -#else -const char platform[] = "Other"; -#endif |