Remove python bindings for ltl::clone and ltl::destroy.
* wrap/python/spot.i: Do not include clone.hh and destroy.hh.
This commit is contained in:
parent
7c946878e4
commit
49d1abbda7
2 changed files with 7 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2009-11-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Remove python bindings for ltl::clone and ltl::destroy.
|
||||
|
||||
* wrap/python/spot.i: Do not include clone.hh and destroy.hh.
|
||||
|
||||
2009-11-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Typo from a previous patch.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
|
||||
// Copyright (C) 2003, 2004, 2005, 2006, 2009 Laboratoire d'Informatique
|
||||
// de Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
// Université Pierre et Marie Curie.
|
||||
//
|
||||
|
|
@ -53,8 +53,6 @@
|
|||
|
||||
#include "ltlparse/public.hh"
|
||||
|
||||
#include "ltlvisit/clone.hh"
|
||||
#include "ltlvisit/destroy.hh"
|
||||
#include "ltlvisit/dotty.hh"
|
||||
#include "ltlvisit/dump.hh"
|
||||
#include "ltlvisit/lunabbrev.hh"
|
||||
|
|
@ -125,8 +123,6 @@ using namespace spot;
|
|||
|
||||
%include "ltlparse/public.hh"
|
||||
|
||||
%include "ltlvisit/clone.hh"
|
||||
%include "ltlvisit/destroy.hh"
|
||||
%include "ltlvisit/dotty.hh"
|
||||
%include "ltlvisit/dump.hh"
|
||||
%include "ltlvisit/lunabbrev.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue