diff --git a/src/zipr.cpp b/src/zipr.cpp
index 010ab2c48631a2d5684e46a1f23db37866f5f602..a708a4fa744777c3e0e9c7a47914d74b78dbc317 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -1815,7 +1815,8 @@ RangeAddress_t ZiprImpl_t::PlopDollopEntry(
 	string raw_data = insn->GetDataBits();
 	string orig_data = insn->GetDataBits();
 
-#if 1 /* this is needed! */
+#if 0
+	/* functionality moved to unpin plugin. */
 
 	const auto operands=d.getOperands();
 	const auto is_instr_relative_it = find_if(ALLOF(operands),[](const DecodedOperand_t& op)