summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/value.h b/include/value.h
index 63e8e6f..c6b1af9 100644
--- a/include/value.h
+++ b/include/value.h
@@ -441,8 +441,6 @@ public:
template <typename T>
std::vector<T> vectorValue() const
{
-
-
// only works for arrays, other types return an empty vector
if (!isArray()) return std::vector<T>();