From 428935c87cf94e16f754ddde69a290af8a74bf1a Mon Sep 17 00:00:00 2001 From: an7s <an7s@git.zephyr-software.com> Date: Mon, 1 Aug 2016 05:02:23 +0000 Subject: [PATCH] Rollback previous commit. --- include/dollop.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/dollop.h b/include/dollop.h index fd0c233..352bdec 100644 --- a/include/dollop.h +++ b/include/dollop.h @@ -46,10 +46,6 @@ class Placeable_t { m_is_placed = true; m_placed_address = place; }; - void RePlace(Zipr_SDK::RangeAddress_t place) { - m_is_placed = true; - m_placed_address = place; - }; Zipr_SDK::RangeAddress_t Place() { return m_placed_address; } bool IsPlaced() const { return m_is_placed; } friend std::ostream &operator<<(std::ostream &, const Placeable_t &); -- GitLab