diff options
-rw-r--r-- | src/bindings/eo_cxx/eo_ops.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bindings/eo_cxx/eo_ops.hh b/src/bindings/eo_cxx/eo_ops.hh index 89ed72d25c..47d920d31c 100644 --- a/src/bindings/eo_cxx/eo_ops.hh +++ b/src/bindings/eo_cxx/eo_ops.hh | |||
@@ -65,8 +65,7 @@ dbg_info_get(const Eo *obj, Eo_Dbg_Info *info) | |||
65 | } | 65 | } |
66 | 66 | ||
67 | inline void | 67 | inline void |
68 | base_data_set(const Eo *obj, const char *key, const void *data, | 68 | base_data_set(const Eo *obj, const char *key, const void *data) |
69 | eo_key_data_free_func free_func = NULL) | ||
70 | { | 69 | { |
71 | eo_do(obj, eo_key_data_set(key, data)); | 70 | eo_do(obj, eo_key_data_set(key, data)); |
72 | } | 71 | } |