Update auto-generated mts files (without structs)
[ldk-java] / ts / structs / CommonBase.ts
diff --git a/ts/structs/CommonBase.ts b/ts/structs/CommonBase.ts
deleted file mode 100644 (file)
index 2f7a0f0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-            export default class CommonBase {
-                ptr: number;
-                ptrs_to: object[] = []; // new LinkedList(); TODO: build linked list implementation
-                protected constructor(ptr: number) { this.ptr = ptr; }
-                public _test_only_get_ptr(): number { return this.ptr; }
-                protected finalize() {
-                    // TODO: finalize myself
-                }
-            }