summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
commitb0deae79d8bae5051a85dc15e43e7b83bc8cf9ab (patch)
treed73fa7f9fb37077853f824dcecd2a1b8e4d22837 /src/context/Makefile.am
parentea5acaba821790dd240db779f2340fbe5fce0b8e (diff)
Some items from the CVC4 public interface review:
* rename DeclarationScope to SymbolTable * rename all HashStrategy -> HashFunction (which we often have anyways) * remove CDCircList (no one is currently using it)
Diffstat (limited to 'src/context/Makefile.am')
-rw-r--r--src/context/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/context/Makefile.am b/src/context/Makefile.am
index d979a9c16..e7f1dc68b 100644
--- a/src/context/Makefile.am
+++ b/src/context/Makefile.am
@@ -20,10 +20,8 @@ libcontext_la_SOURCES = \
cdhashmap_forward.h \
cdhashset.h \
cdhashset_forward.h \
- cdcirclist.h \
- cdcirclist_forward.h \
cdvector.h \
cdmaybe.h \
stacking_map.h \
stacking_vector.h \
- cddense_set.h \ No newline at end of file
+ cddense_set.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback