Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 10f884a

Browse files
committed
Remove unused isc_astack unit
The isc_astack unit is now unused, so just remove it.
1 parent 359faf2 commit 10f884a

File tree

4 files changed

+2
-139
lines changed

4 files changed

+2
-139
lines changed

lib/isc/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ libisc_la_HEADERS = \
88
include/isc/align.h \
99
include/isc/ascii.h \
1010
include/isc/assertions.h \
11-
include/isc/astack.h \
1211
include/isc/async.h \
1312
include/isc/atomic.h \
1413
include/isc/attributes.h \
@@ -122,7 +121,6 @@ libisc_la_SOURCES = \
122121
aes.c \
123122
ascii.c \
124123
assertions.c \
125-
astack.c \
126124
async.c \
127125
backtrace.c \
128126
base32.c \

lib/isc/astack.c

Lines changed: 0 additions & 85 deletions
This file was deleted.

lib/isc/include/isc/astack.h

Lines changed: 0 additions & 49 deletions
This file was deleted.

lib/isc/include/isc/types.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333

3434
/* Core Types. Alphabetized by defined type. */
3535

36-
typedef struct isc_astack isc_astack_t; /*%< Array-based fast stack */
37-
typedef struct isc_buffer isc_buffer_t; /*%< Buffer */
38-
typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; /*%< Buffer List */
36+
typedef struct isc_buffer isc_buffer_t; /*%< Buffer */
37+
typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; /*%< Buffer List */
3938
typedef struct isc_constregion isc_constregion_t; /*%< Const region */
4039
typedef struct isc_consttextregion isc_consttextregion_t; /*%< Const Text Region
4140
*/

0 commit comments

Comments
 (0)