Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused log category.
[simgrid.git] / src / xbt / xbt_sha.c
index f74500a..de3522f 100644 (file)
@@ -202,9 +202,6 @@ static void test_sha(const char *clear, const char *hashed)
 
 XBT_TEST_SUITE("hash", "Various hash functions");
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(hash, "Tests of various hash functions ");
-
-
 XBT_TEST_UNIT("sha", test_crypto_sha, "Test of the sha algorithm")
 {
   /* Empty string as test vector */