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 b0b5ed2..2fe940a 100644
--- a/include/value.h
+++ b/include/value.h
@@ -452,8 +452,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>();