Fossil SCM
removed an old TODO comment.
Commit
caddb9b42e45f36274948a027cc37685063e4def
Parent
dd13b0e64d62ac0…
1 file changed
-5
-5
| --- src/json_user.c | ||
| +++ src/json_user.c | ||
| @@ -346,15 +346,10 @@ | ||
| 346 | 346 | } |
| 347 | 347 | |
| 348 | 348 | |
| 349 | 349 | /* |
| 350 | 350 | ** Impl of /json/user/save. |
| 351 | -** | |
| 352 | -** TODOs: | |
| 353 | -** | |
| 354 | -** - Return something useful in the payload (at least the id of the | |
| 355 | -** modified/created user). | |
| 356 | 351 | */ |
| 357 | 352 | static cson_value * json_user_save(){ |
| 358 | 353 | /* try to get user info from GET/CLI args and construct |
| 359 | 354 | a JSON form of it... */ |
| 360 | 355 | cson_object * u = cson_new_object(); |
| 361 | 356 |
| --- src/json_user.c | |
| +++ src/json_user.c | |
| @@ -346,15 +346,10 @@ | |
| 346 | } |
| 347 | |
| 348 | |
| 349 | /* |
| 350 | ** Impl of /json/user/save. |
| 351 | ** |
| 352 | ** TODOs: |
| 353 | ** |
| 354 | ** - Return something useful in the payload (at least the id of the |
| 355 | ** modified/created user). |
| 356 | */ |
| 357 | static cson_value * json_user_save(){ |
| 358 | /* try to get user info from GET/CLI args and construct |
| 359 | a JSON form of it... */ |
| 360 | cson_object * u = cson_new_object(); |
| 361 |
| --- src/json_user.c | |
| +++ src/json_user.c | |
| @@ -346,15 +346,10 @@ | |
| 346 | } |
| 347 | |
| 348 | |
| 349 | /* |
| 350 | ** Impl of /json/user/save. |
| 351 | */ |
| 352 | static cson_value * json_user_save(){ |
| 353 | /* try to get user info from GET/CLI args and construct |
| 354 | a JSON form of it... */ |
| 355 | cson_object * u = cson_new_object(); |
| 356 |