From 0ff610e8129c39872566c60efa832f95f371ad2e Mon Sep 17 00:00:00 2001 From: Aart Stuurman Date: Tue, 28 Jul 2015 11:41:38 +0200 Subject: removed value::attach() methods, because they were not in use, and were probably broken too --- include/value.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include') diff --git a/include/value.h b/include/value.h index 3aad995..807ad42 100644 --- a/include/value.h +++ b/include/value.h @@ -1153,18 +1153,6 @@ protected: */ struct _zval_struct *detach(); - /** - * Attach a different zval - * - * This will first detach the current zval, and link the Value object to - * a different zval. Versions exist to attach to a zval and to an entire - * hash table - * - * @param val - */ - void attach(struct _zval_struct *val); - void attach(struct _hashtable *hashtable); - /** * Set a certain property without running any checks (you must already know * for sure that this is an array, and that the index is not yet in use) -- cgit v1.2.3