|
|
| version 1.36, 2024/11/17 14:04:28 | version 1.37, 2024/11/29 16:09:53 |
|---|---|
| Line 657 static void _remove(Request& r, MethodPa | Line 657 static void _remove(Request& r, MethodPa |
| array.invalidate(); | array.invalidate(); |
| } | } |
| static void _pop(Request& r, MethodParams& params) { | static void _pop(Request& r, MethodParams&) { |
| ArrayValue& array=GET_SELF(r, VArray).array(); | ArrayValue& array=GET_SELF(r, VArray).array(); |
| Value *result=array.pop(); | Value *result=array.pop(); |
| if(result){ | if(result){ |