Skip to content

Commit

Permalink
Remove redundant _capnp declaration in Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
antiphoton committed Apr 27, 2023
1 parent 413bcb8 commit ea42148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/capnp-ts/src/serialization/pointers/struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ export class Struct extends Pointer {
static readonly setText = setText;
static readonly testWhich = testWhich;

readonly _capnp!: _Struct;

/**
* Create a new pointer to a struct.
*
Expand Down

0 comments on commit ea42148

Please sign in to comment.