diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-16 11:22:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-16 11:22:10 +0100 |
commit | d37edaecc5fcdcc18ec1615c485f4410d6cbb4bb (patch) | |
tree | fcc4ad015412b06fdf14a0928703db87ca8e1080 /src/olm.cpp | |
parent | b1db016baa2a66b37d309a627d9dd00486f57cc9 (diff) | |
parent | 3965320a9ce2a41a96b962e8f5bf396f328d1aad (diff) |
Merge branch 'rav/remove_logging'
Diffstat (limited to 'src/olm.cpp')
-rw-r--r-- | src/olm.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/olm.cpp b/src/olm.cpp index 6db8724..63f3d83 100644 --- a/src/olm.cpp +++ b/src/olm.cpp @@ -19,7 +19,6 @@ #include "olm/base64.hh" #include "olm/cipher.hh" #include "olm/memory.hh" -#include "olm/logging.hh" #include <new> #include <cstring> @@ -819,10 +818,4 @@ size_t olm_ed25519_verify( ); } -void olm_set_log_level( - unsigned int level -) { - olm::set_log_level(level); -} - } |