This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-139
lines changed Expand file tree Collapse file tree 4 files changed +2
-139
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ libisc_la_HEADERS = \
8
8
include/isc/align.h \
9
9
include/isc/ascii.h \
10
10
include/isc/assertions.h \
11
- include/isc/astack.h \
12
11
include/isc/async.h \
13
12
include/isc/atomic.h \
14
13
include/isc/attributes.h \
@@ -122,7 +121,6 @@ libisc_la_SOURCES = \
122
121
aes.c \
123
122
ascii.c \
124
123
assertions.c \
125
- astack.c \
126
124
async.c \
127
125
backtrace.c \
128
126
base32.c \
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
34
34
/* Core Types. Alphabetized by defined type. */
35
35
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 */
39
38
typedef struct isc_constregion isc_constregion_t ; /*%< Const region */
40
39
typedef struct isc_consttextregion isc_consttextregion_t ; /*%< Const Text Region
41
40
*/
You can’t perform that action at this time.
0 commit comments