summaryrefslogtreecommitdiff
path: root/src/value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.cpp')
-rw-r--r--src/value.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/value.cpp b/src/value.cpp
index a299f4d..b1ec3c8 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -975,11 +975,6 @@ HashMember<std::string> Value::operator[](const char *key)
return HashMember<std::string>(this, key);
}
-int Value::refcount()
-{
- return Z_REFCOUNT_P(_val);
-}
-
/**
* End of namespace
*/