Skip to content

Commit

Permalink
COMMON: Delete ScopedPtr/ScopedArray
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 11, 2020
1 parent e57091f commit a3a3f81
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 420 deletions.
1 change: 0 additions & 1 deletion src/common/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ src_common_libcommon_la_SOURCES += \
src/common/types.h \
src/common/endianness.h \
src/common/deallocator.h \
src/common/scopedptr.h \
src/common/disposableptr.h \
src/common/ptrlist.h \
src/common/ptrvector.h \
Expand Down
150 changes: 0 additions & 150 deletions src/common/scopedptr.h

This file was deleted.

5 changes: 0 additions & 5 deletions tests/common/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ tests_common_test_util_SOURCES = tests/common/util.cpp
tests_common_test_util_LDADD = $(common_LIBS)
tests_common_test_util_CXXFLAGS = $(test_CXXFLAGS)

check_PROGRAMS += tests/common/test_scopedptr
tests_common_test_scopedptr_SOURCES = tests/common/scopedptr.cpp
tests_common_test_scopedptr_LDADD = $(common_LIBS)
tests_common_test_scopedptr_CXXFLAGS = $(test_CXXFLAGS)

check_PROGRAMS += tests/common/test_disposableptr
tests_common_test_disposableptr_SOURCES = tests/common/disposableptr.cpp
tests_common_test_disposableptr_LDADD = $(common_LIBS)
Expand Down

0 comments on commit a3a3f81

Please sign in to comment.