tgba_union: Remove this unused class.

* src/tgba/tgbaunion.cc, src/tgba/tgbaunion.hh: Delete.
* src/tgba/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2014-08-14 10:58:54 +02:00
parent dc5ad78b3e
commit ca85d4184d
3 changed files with 0 additions and 589 deletions

View file

@ -42,7 +42,6 @@ tgba_HEADERS = \
tgbaproduct.hh \
tgbasgba.hh \
tgbasafracomplement.hh \
tgbaunion.hh \
wdbacomp.hh
noinst_LTLIBRARIES = libtgba.la
@ -61,5 +60,4 @@ libtgba_la_SOURCES = \
tgbasafracomplement.cc \
tgbascc.cc \
tgbasgba.cc \
tgbaunion.cc \
wdbacomp.cc