Skip to content

Commit

Permalink
refactor: remove obsolete netconf codec from core package (eclipse-th…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Jul 12, 2024
1 parent 4500eef commit 80f63aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 142 deletions.
141 changes: 0 additions & 141 deletions packages/core/src/codecs/netconf-codec.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export { default as CborCodec } from "./codecs/cbor-codec";
export { default as TextCodec } from "./codecs/text-codec";
export { default as Base64Codec } from "./codecs/base64-codec";
export { default as NetconfOctetstreamCodecCodec } from "./codecs/octetstream-codec";
export { default as NetconfCodec } from "./codecs/netconf-codec";

// Protocols & Content
export * from "./protocol-interfaces";
Expand Down

0 comments on commit 80f63aa

Please sign in to comment.