diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools.h b/src/tools.h index 53edbe2..f83a01c 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -32,7 +32,6 @@ using SourceIndex = Unique<int>; | |||
32 | class InterCopyContext | 32 | class InterCopyContext |
33 | { | 33 | { |
34 | public: | 34 | public: |
35 | |||
36 | Universe* const U; | 35 | Universe* const U; |
37 | DestState const L2; | 36 | DestState const L2; |
38 | SourceState const L1; | 37 | SourceState const L1; |
@@ -43,7 +42,6 @@ class InterCopyContext | |||
43 | char const* name; // that one can change when we reuse the context | 42 | char const* name; // that one can change when we reuse the context |
44 | 43 | ||
45 | private: | 44 | private: |
46 | |||
47 | // for use in copy_cached_func | 45 | // for use in copy_cached_func |
48 | void copy_func() const; | 46 | void copy_func() const; |
49 | void lookup_native_func() const; | 47 | void lookup_native_func() const; |
@@ -71,7 +69,6 @@ class InterCopyContext | |||
71 | [[nodiscard]] bool inter_copy_userdata() const; | 69 | [[nodiscard]] bool inter_copy_userdata() const; |
72 | 70 | ||
73 | public: | 71 | public: |
74 | |||
75 | [[nodiscard]] bool inter_copy_one() const; | 72 | [[nodiscard]] bool inter_copy_one() const; |
76 | [[nodiscard]] InterCopyResult inter_copy_package() const; | 73 | [[nodiscard]] InterCopyResult inter_copy_package() const; |
77 | [[nodiscard]] InterCopyResult inter_copy(int n_) const; | 74 | [[nodiscard]] InterCopyResult inter_copy(int n_) const; |