BUG. (need more corrections)  Don't remove PIT if interests has not been
propagated (will need to check if we still expecting something)
diff --git a/model/ccnx-pit-entry.h b/model/ccnx-pit-entry.h
index de58470..ad865ba 100644
--- a/model/ccnx-pit-entry.h
+++ b/model/ccnx-pit-entry.h
@@ -140,8 +140,7 @@
    * @param expireTime absolute simulation time of when the record should expire
    */
   void
-  SetExpireTime (const Time &expireTime)
-  { m_expireTime = expireTime; }
+  SetExpireTime (const Time &expireTime);
   
   /**
    * @brief Check if nonce `nonce` for the same prefix has already been seen