From 0afb9fe1034d344426ecb39a8c98ab1f96c45bc4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 16 Dec 2013 10:26:56 +0100 Subject: [PATCH] * src/tgba/tgbaunion.hh: Remove unused private member. --- src/tgba/tgbaunion.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tgba/tgbaunion.hh b/src/tgba/tgbaunion.hh index 39d13319f..e77d5c3e5 100644 --- a/src/tgba/tgbaunion.hh +++ b/src/tgba/tgbaunion.hh @@ -150,7 +150,6 @@ namespace spot bdd right_var_missing_; bdd all_acceptance_conditions_; bdd neg_acceptance_conditions_; - bddPair* right_common_acc_; // Disallow copy. tgba_union(const tgba_union&); tgba_union& operator=(const tgba_union&);