about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp
index 066bc1a115c..47f8b1d688e 100644
--- a/src/rt/rust_shape.cpp
+++ b/src/rt/rust_shape.cpp
@@ -333,10 +333,6 @@ public:
                          in_dp),
       result(0) {}
 
-    void walk_evec(bool is_pod, uint16_t sp_size) {
-        walk_vec(is_pod, get_evec_data_range(dp));
-    }
-
     void walk_vec(bool is_pod, uint16_t sp_size) {
         walk_vec(is_pod, get_vec_data_range(dp));
     }