change up client rawRequest()

.rawRequest(Value()) is a no-op.
A truly empty request structure makes no sense.
This commit is contained in:
Michael Davidsaver
2021-09-13 17:53:27 -07:00
parent e474d5cde8
commit bbfa429c72
2 changed files with 5 additions and 9 deletions
-4
View File
@@ -230,10 +230,6 @@ void testParseValue()
" struct {\n"
" } value\n"
" } field\n"
" struct {\n"
" struct {\n"
" } _options\n"
" } record\n"
"}\n"
);
}