summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2017-08-17 08:51:51 -0700
committerGitHub <noreply@github.com>2017-08-17 08:51:51 -0700
commit33ca2a3f2359493a9154a229a30ad3aa3a21f2aa (patch)
tree2faebdb98cff292d4b4cd9aed254a685efada15b /src/util/Makefile.am
parent7766f0ba088ad6d6c58ea9678477b255c9e52fee (diff)
Remove unused SubrangeBound(s) classes (#221)
As discussed in pull request #220, commit 360d6ee8d3cdd5ddb47c328043eaed3a107b8db1 mostly got rid of SubrangeBound(s). There were still a few mentions of it left in the code, most of them commented out. The occurrences in expr.i and expr_manager.i, however, created issues with the Python wrapper. This commit removes the SubrangeBound(s) implementation and other leftovers.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 877525de7..027abce64 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -55,8 +55,6 @@ libutil_la_SOURCES = \
statistics.h \
statistics_registry.cpp \
statistics_registry.h \
- subrange_bound.cpp \
- subrange_bound.h \
tuple.h \
unsafe_interrupt_exception.h \
utility.h
@@ -102,7 +100,6 @@ EXTRA_DIST = \
result.i \
sexpr.i \
statistics.i \
- subrange_bound.i \
tuple.i \
unsafe_interrupt_exception.i
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback