Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused log category.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 30 Mar 2012 09:40:26 +0000 (11:40 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 30 Mar 2012 10:01:06 +0000 (12:01 +0200)
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 */