Remove remaining usages of Y_IGNORE

This commit is contained in:
Yuriy Chernyshov 2021-11-02 14:41:30 +03:00
parent ad06ed3526
commit 14e7ea6685
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
# include "config_core.h"
# include "Common/config_version.h"
# if USE_OPENCL
# include "Common/BitonicSort.h" // Y_IGNORE
# include "Common/BitonicSort.h"
# endif
#endif

View File

@ -4,7 +4,7 @@
#include <Common/ZooKeeper/ZooKeeperCommon.h>
#include <Common/ZooKeeper/ZooKeeperIO.h>
#include <Common/Exception.h>
#include <libnuraft/nuraft.hxx> // Y_IGNORE
#include <libnuraft/nuraft.hxx>
#include <Coordination/KeeperLogStore.h>
#include <Coordination/Changelog.h>
#include <base/logger_useful.h>