Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-02-13 14:00:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:27 +0300
commit6d1053e8278676e00589a481dab4f03cff584794 (patch)
treee56b9d9700ec9b14b4bc086a50239fbc84f8e5d4 /indexer/features_offsets_table.hpp
parent9cb0221908a0a9ec5057a8b2c62f51d49d91d56c (diff)
Fixes.
Diffstat (limited to 'indexer/features_offsets_table.hpp')
-rw-r--r--indexer/features_offsets_table.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexer/features_offsets_table.hpp b/indexer/features_offsets_table.hpp
index ad9c8aa92c..c6a0ba9417 100644
--- a/indexer/features_offsets_table.hpp
+++ b/indexer/features_offsets_table.hpp
@@ -20,9 +20,6 @@ namespace feature
class Builder
{
public:
- Builder() = default;
- ~Builder() = default;
-
/// Adds offset to the end of the sequence of already
/// accumulated offsets. Note that offset must be strictly
/// greater than all previously added offsets.
@@ -60,7 +57,6 @@ namespace feature
/// when it's not possible to load FeaturesOffsetsTable.
static unique_ptr<FeaturesOffsetsTable> Load(FilesMappingContainer const & container);
- ~FeaturesOffsetsTable() = default;
FeaturesOffsetsTable(FeaturesOffsetsTable const &) = delete;
FeaturesOffsetsTable const & operator=(FeaturesOffsetsTable const &) = delete;