listimage: remove unused vars.
... left over from previous iterations, not sure why I didn't get unused vars warnings. Sorry for the noise.
This commit is contained in:
+1
-3
@@ -23,12 +23,11 @@
|
|||||||
static status_t
|
static status_t
|
||||||
list_images_for_team_by_id(team_id id)
|
list_images_for_team_by_id(team_id id)
|
||||||
{
|
{
|
||||||
team_info teamInfo;
|
|
||||||
image_info imageInfo;
|
image_info imageInfo;
|
||||||
int32 cookie = 0;
|
int32 cookie = 0;
|
||||||
|
team_info teamInfo;
|
||||||
const char* header;
|
const char* header;
|
||||||
char* format;
|
char* format;
|
||||||
char* name;
|
|
||||||
int i;
|
int i;
|
||||||
status_t result = get_team_info(id, &teamInfo);
|
status_t result = get_team_info(id, &teamInfo);
|
||||||
if (id != 1 && result < B_OK)
|
if (id != 1 && result < B_OK)
|
||||||
@@ -100,7 +99,6 @@ main(int argc, char** argv)
|
|||||||
{
|
{
|
||||||
int32 cookie = 0;
|
int32 cookie = 0;
|
||||||
team_info info;
|
team_info info;
|
||||||
const char* programName;
|
|
||||||
status_t result;
|
status_t result;
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user