/**
  * Exclude object from result
  *
  * @param   ChildGoogleshoppingProductSynchronisation $googleshoppingProductSynchronisation Object to remove from the list of results
  *
  * @return ChildGoogleshoppingProductSynchronisationQuery The current query, for fluid interface
  */
 public function prune($googleshoppingProductSynchronisation = null)
 {
     if ($googleshoppingProductSynchronisation) {
         $this->addUsingAlias(GoogleshoppingProductSynchronisationTableMap::ID, $googleshoppingProductSynchronisation->getId(), Criteria::NOT_EQUAL);
     }
     return $this;
 }