]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs: remove unused variables
authorSage Weil <sage@newdream.net>
Thu, 28 Oct 2010 20:14:03 +0000 (13:14 -0700)
committerSage Weil <sage@newdream.net>
Thu, 28 Oct 2010 20:30:04 +0000 (13:30 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/cephfs.cc

index e412e42e15e20f7670bc416d522a15e62019f14c..8b3929299217751d8bf379762ff2a75adcb4398d 100644 (file)
@@ -44,8 +44,6 @@ int get_location(int fd, struct ceph_ioctl_dataloc *location);
 int main (int argc, char **argv) {
   int fd = 0;
   int err = 0;
-  struct ceph_ioctl_layout layout;
-  struct ceph_ioctl_dataloc location;
   char *path = 0;
   int cmd = 0;
   int stripe_unit = 0;