Chromium Code Reviews| Index: libraries/nacl-mounts/memory/MemMount.cc |
| =================================================================== |
| --- libraries/nacl-mounts/memory/MemMount.cc (revision 580) |
| +++ libraries/nacl-mounts/memory/MemMount.cc (working copy) |
| @@ -301,7 +301,6 @@ |
| // will return null if d_ino is zero. |
| dir->d_ino = 0x60061E; |
| dir->d_reclen = sizeof(struct dirent); |
| - dir->d_reclen = sizeof(struct dirent); |
| strncpy(dir->d_name, slots_.At(*it)->name().c_str(), sizeof(dir->d_name)); |
| ++dir; |
| ++pos; |