Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 11, 2024
1 parent b882b2c commit 02a84e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions node/src/Channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export class Channel extends EnhancedEventEmitter {
// flatbuffers builder.
#bufferBuilder: flatbuffers.Builder = new flatbuffers.Builder(1024);

/**
* @private
*/
constructor({
producerSocket,
consumerSocket,
Expand Down Expand Up @@ -200,9 +197,6 @@ export class Channel extends EnhancedEventEmitter {
return this.#bufferBuilder;
}

/**
* @private
*/
close(): void {
if (this.#closed) {
return;
Expand Down Expand Up @@ -236,9 +230,6 @@ export class Channel extends EnhancedEventEmitter {
} catch (error) {}
}

/**
* @private
*/
notify(
event: Event,
bodyType?: NotificationBody,
Expand Down
3 changes: 0 additions & 3 deletions node/src/WebRtcTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ export class WebRtcTransportImpl<
// WebRtcTransport data.
readonly #data: WebRtcTransportData;

/**
* @private
*/
constructor(
options: WebRtcTransportConstructorOptions<WebRtcTransportAppData>
) {
Expand Down

0 comments on commit 02a84e8

Please sign in to comment.