mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 21:22:36 +00:00
* test/testcpg.c (main): Remove decl of unused var.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1951 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6ccdd8a4f2
commit
f3d0c2485e
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006-2008 Red Hat Inc
|
||||
* Copyright (c) 2006-2009 Red Hat Inc
|
||||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
@ -161,7 +161,6 @@ int main (int argc, char *argv[]) {
|
||||
const char *options = "i";
|
||||
int opt;
|
||||
unsigned int nodeid;
|
||||
unsigned int num_groups;
|
||||
|
||||
while ( (opt = getopt(argc, argv, options)) != -1 ) {
|
||||
switch (opt) {
|
||||
|
Loading…
Reference in New Issue
Block a user