Skip to content

Commit ad33e4e

Browse files
authored
Update SourceLayout.md
drop obsolete info
1 parent c1d05bf commit ad33e4e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/Features/SourceLayout.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Key:
8484
| :frowning: | :frowning: | :frowning: | :frowning: | :neutral_face: | repl/lru/ | Cache Replacement Policy algorithms |
8585
| :neutral_face: | :heavy_check_mark: | :frowning: | :heavy_check_mark: | :heavy_check_mark: | sbuf/ | SBuf (string buffer) components and related algorithms |
8686
| :frowning: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | security/ | Transport Layer Security components |
87-
| :frowning: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | security/sspi/ | Windows Security Support Provider Interface |
87+
| :frowning: | :frowning: | :frowning: | :frowning: | :frowning: | security/sspi/ | Windows Security Support Provider Interface |
8888
| :frowning: | :frowning: | :frowning: | :heavy_check_mark: | :neutral_face: | servers/ | Listening Server components for receiving connections | client_side* |
8989
| :frowning: | :frowning: | :frowning: | :heavy_check_mark: | :neutral_face: | snmp/ | SNMP components | snmp_*, move core and agent code. restructure for extensibility. |
9090
| :frowning: | :heavy_check_mark: | :frowning: | :frowning: | :neutral_face: | ssl/ | OpenSSL components | library is named libsslsquid.la and matchgin stub_lib*.cc |
@@ -159,11 +159,6 @@ test files go in test-suite directory. |
159159
operators for any object implementing the Packable API
160160
- **debugs()** macro handling still has a small circular dependency
161161
with libsquid, libbase files and file IO.
162-
- automake can generate library dependency links for us from
163-
foo_LDADD. But for historic reasons that no longer apply most of
164-
the makefiles are using foo_DEPENDENCIES which disables that
165-
functionality. We should remove the foo_DEPENDENCIES instead and
166-
move to foo_LDADD any objects not already there.
167162

168163
### Other
169164

0 commit comments

Comments
 (0)