diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:40:18 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-05-31 13:40:18 +0200 |
commit | e01d32e52d862d590ec23a17d3460066639a3803 (patch) | |
tree | c2d8a6539b2c86613b9ca2936848edecee96f22c /utils/test-static-assert.c | |
parent | readme updates: added sponsors, fixed build instructions (diff) | |
download | monero-e01d32e52d862d590ec23a17d3460066639a3803.tar.xz |
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Diffstat (limited to '')
-rw-r--r-- | utils/test-static-assert.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/test-static-assert.c b/utils/test-static-assert.c deleted file mode 100644 index 3e612bbc7..000000000 --- a/utils/test-static-assert.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <assert.h> - -static_assert(1, "FAIL"); -int main(int argc, char *argv[]) { - return 0; -} |