From 3e0b62db23c37790ccd9e0e6059b99b12a877ef8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 May 2018 12:13:15 +0100 Subject: Remove dead code This function was removed from the public interface long ago --- libjsonpp/parse.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libjsonpp/parse.cpp b/libjsonpp/parse.cpp index 3606258..4f82aac 100644 --- a/libjsonpp/parse.cpp +++ b/libjsonpp/parse.cpp @@ -24,10 +24,6 @@ namespace json { return parseValue(stream); } - Object parseObject(const Glib::ustring & s) { - return std::get(parseValue(s)); - } - Value parseValue(Glib::ustring::const_iterator & s) { Glib::ustring::const_iterator start = s; while (*s++) ; -- cgit v1.2.3