Skip to content

Commit

Permalink
Remove old weakHashTable.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
Bike committed Jan 22, 2025
1 parent 54f8173 commit f1407e3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/adapt/adaptPackage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ This is an open source license for the CANDO software from Temple University, bu
#include <clasp/core/symbolToEnumConverter.h>
#include <clasp/core/symbol.h>
#include <clasp/core/lispList.h>
#include <clasp/core/weakHashTable.h>
#include <clasp/core/weakPointer.h>
#include <clasp/core/wrappedPointer.h>
#include <clasp/llvmo/llvmoExpose.h>
Expand Down
1 change: 0 additions & 1 deletion src/geom/candoBasePackage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ This is an open source license for the CANDO software from Temple University, bu
#include <clasp/core/symbolToEnumConverter.h>
#include <clasp/core/symbol.h>
#include <clasp/core/lispList.h>
#include <clasp/core/weakHashTable.h>
#include <clasp/core/weakPointer.h>
#include <clasp/core/wrappedPointer.h>
#include <clasp/llvmo/llvmoExpose.h>
Expand Down
1 change: 0 additions & 1 deletion src/kinematics/kinematicsPackage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ This is an open source license for the CANDO software from Temple University, bu
#include <clasp/core/symbolToEnumConverter.h>
#include <clasp/core/symbol.h>
#include <clasp/core/lispList.h>
#include <clasp/core/weakHashTable.h>
#include <clasp/core/weakPointer.h>
#include <clasp/core/wrappedPointer.h>
#include <clasp/llvmo/llvmoExpose.h>
Expand Down
2 changes: 0 additions & 2 deletions src/main/gc_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ typedef bool _Bool;
#include <clasp/core/cxxClass.h>
#include <clasp/core/random.h>
#include <clasp/core/weakKeyMapping.h>
#include <clasp/core/weakHashTable.h>
#include <clasp/core/array.h>
#include <clasp/core/smallMultimap.h>
#include <clasp/core/funcallableStandardClass.h>
Expand Down Expand Up @@ -120,7 +119,6 @@ typedef bool _Bool;
#include <clasp/core/smallMap.h>
#include <clasp/core/pathname.h>
#include <clasp/core/strWithFillPtr.h>
#include <clasp/core/weakHashTable.h>

#include <clasp/clbind/clbind.h>

Expand Down

0 comments on commit f1407e3

Please sign in to comment.