Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ noinst_HEADERS = \
# will get installed into '$(prefix)/include/libmesh'
include_HEADERS = \
libmesh_config.h \
base/auto_ptr.h \
base/dirichlet_boundaries.h \
base/dof_map.h \
base/dof_map_base.h \
Expand Down
27 changes: 0 additions & 27 deletions include/base/auto_ptr.h

This file was deleted.

1 change: 0 additions & 1 deletion include/include_HEADERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ noinst_HEADERS = \
# will get installed into '$(prefix)/include/libmesh'
include_HEADERS = \
libmesh_config.h \
base/auto_ptr.h \
base/dirichlet_boundaries.h \
base/dof_map.h \
base/dof_map_base.h \
Expand Down
4 changes: 0 additions & 4 deletions include/libmesh/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
EXTRA_DIST = rebuild_makefile.sh

BUILT_SOURCES = \
auto_ptr.h \
dirichlet_boundaries.h \
dof_map.h \
dof_map_base.h \
Expand Down Expand Up @@ -618,9 +617,6 @@ libmesh_config.h: $(top_builddir)/include/libmesh_config.h

#
# libMesh header rules
auto_ptr.h: $(top_srcdir)/include/base/auto_ptr.h
$(AM_V_GEN)rm -f $@ && $(LN_S) -f $< $@

dirichlet_boundaries.h: $(top_srcdir)/include/base/dirichlet_boundaries.h
$(AM_V_GEN)rm -f $@ && $(LN_S) -f $< $@

Expand Down
17 changes: 7 additions & 10 deletions include/libmesh/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -524,13 +524,13 @@ vtkversion = @vtkversion@
#
# include the magic script!
EXTRA_DIST = rebuild_makefile.sh
BUILT_SOURCES = auto_ptr.h dirichlet_boundaries.h dof_map.h \
dof_map_base.h dof_object.h factory.h float128_shims.h \
getpot.h id_types.h libmesh.h libmesh_augment_std_namespace.h \
libmesh_base.h libmesh_common.h libmesh_documentation.h \
libmesh_exceptions.h libmesh_logging.h libmesh_singleton.h \
libmesh_version.h multi_predicates.h periodic_boundaries.h \
periodic_boundary.h periodic_boundary_base.h print_trace.h \
BUILT_SOURCES = dirichlet_boundaries.h dof_map.h dof_map_base.h \
dof_object.h factory.h float128_shims.h getpot.h id_types.h \
libmesh.h libmesh_augment_std_namespace.h libmesh_base.h \
libmesh_common.h libmesh_documentation.h libmesh_exceptions.h \
libmesh_logging.h libmesh_singleton.h libmesh_version.h \
multi_predicates.h periodic_boundaries.h periodic_boundary.h \
periodic_boundary_base.h print_trace.h \
reference_counted_object.h reference_counter.h \
single_predicates.h sparsity_pattern.h variable.h \
variant_filter_iterator.h enum_convergence_flags.h \
Expand Down Expand Up @@ -951,9 +951,6 @@ libmesh_config.h: $(top_builddir)/include/libmesh_config.h

#
# libMesh header rules
auto_ptr.h: $(top_srcdir)/include/base/auto_ptr.h
$(AM_V_GEN)rm -f $@ && $(LN_S) -f $< $@

dirichlet_boundaries.h: $(top_srcdir)/include/base/dirichlet_boundaries.h
$(AM_V_GEN)rm -f $@ && $(LN_S) -f $< $@

Expand Down
4 changes: 0 additions & 4 deletions include/parallel/parallel.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
#include "libmesh/libmesh_common.h"
#include "libmesh/parallel_only.h"

#ifdef LIBMESH_ENABLE_DEPRECATED
#include "libmesh/auto_ptr.h" // for backwards compatibility, not internal use
#endif // LIBMESH_ENABLE_DEPRECATED

// TIMPI includes
#include "timpi/attributes.h"
#include "timpi/communicator.h"
Expand Down