Remove Pmc.h.

GitOrigin-RevId: 5f7ced9f627f6f095f8b80ce1d22ed6f09b1f79d
This commit is contained in:
levlam 2020-06-13 22:43:50 +03:00
parent 8350cd2433
commit 9e263be760
2 changed files with 0 additions and 21 deletions

View File

@ -32,7 +32,6 @@ set(TDDB_SOURCE
td/db/BinlogKeyValue.h
td/db/DbKey.h
td/db/KeyValueSyncInterface.h
td/db/Pmc.h
td/db/SeqKeyValue.h
td/db/SqliteConnectionSafe.h
td/db/SqliteDb.h

View File

@ -1,20 +0,0 @@
//
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2020
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#pragma once
#include "td/db/binlog/ConcurrentBinlog.h"
#include "td/db/BinlogKeyValue.h"
#include <memory>
namespace td {
using BinlogPmcBase = BinlogKeyValue<ConcurrentBinlog>;
using BinlogPmc = std::shared_ptr<BinlogPmcBase>;
using BinlogPmcPtr = BinlogPmcBase *;
} // namespace td