samples: binderfs: really compile this sample and fix build issues
[linux-2.6-microblaze.git] / samples / binderfs / binderfs_example.c
index 5bbd2eb..0fd92cd 100644 (file)
@@ -18,7 +18,6 @@
 int main(int argc, char *argv[])
 {
        int fd, ret, saved_errno;
-       size_t len;
        struct binderfs_device device = { 0 };
 
        ret = unshare(CLONE_NEWNS);