[DEV] rm __class__

This commit is contained in:
Edouard DUPIN 2016-05-02 22:01:55 +02:00
parent fcf76e9b19
commit 66092e9a74
2 changed files with 0 additions and 7 deletions

View File

@ -12,8 +12,6 @@
#include <speex/speex_resampler.h> #include <speex/speex_resampler.h>
#endif #endif
#undef __class__
#define __class__ "algo::speex::ResamplerPrivate"
namespace audio { namespace audio {
namespace algo { namespace algo {
namespace speex { namespace speex {
@ -113,8 +111,6 @@ namespace audio {
} }
} }
#undef __class__
#define __class__ "algo::speex::Resampler"
audio::algo::speex::Resampler::Resampler() { audio::algo::speex::Resampler::Resampler() {

View File

@ -11,9 +11,6 @@
#include <chrono> #include <chrono>
#include <unistd.h> #include <unistd.h>
#undef __class__
#define __class__ "test"
class Performance { class Performance {
private: private: