removed uneeded files

This commit is contained in:
gabime
2014-02-22 01:16:59 +02:00
parent c5a8eb5cdb
commit e27b45e3f0
7 changed files with 9 additions and 98 deletions

View File

@@ -1,15 +0,0 @@
#pragma once
namespace c11log {
namespace details {
struct null_mutex {
void lock() {
}
void unlock() {
}
bool try_lock() {
return true;
}
};
}
}