Re: [libvirt] [PATCH] openvzDomainDefineCmd: remove useless increment

2010-03-01 Thread Eric Blake
According to Jim Meyering on 3/1/2010 1:41 PM: > Another dead store. > Refreshingly shallow. > > Subject: [PATCH] openvzDomainDefineCmd: remove useless increment > > * src/openvz/openvz_driver.c (openvzDomainDefineCmd): Remove > useless increment of "max_veid". ACK. -- Eric Blake ebl...@redh

[libvirt] [PATCH] openvzDomainDefineCmd: remove useless increment

2010-03-01 Thread Jim Meyering
Another dead store. Refreshingly shallow. The function below starts like this: static int openvzDomainDefineCmd(virConnectPtr conn, const char *args[], int maxarg, virDomainDefPtr vmdef) { int narg; int veid;