sapling/eden/fs/inodes
Adam Simpkins 5740a0645b remove ObjectStores.h
Summary:
Remove the ObjectStores.h and .cpp files.  These files contained helper
functions for looking up Tree and TreeEntry objects based on a deep relative
path.

These functions are no longer used anywhere anymore (the code that performs
deep lookups always does inode lookups instead).  Additionally, this file is
the only place still using some of the blocking, non-Future-based APIs for
object lookups.  Deleting these files will let us remove these deprecated
blocking APIs.

Reviewed By: wez

Differential Revision: D5295691

fbshipit-source-id: 89229827305490eba4d3a581954a90c5cf63238d
2017-06-21 17:20:48 -07:00
..
test codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00
CheckoutAction.cpp fix an invalid memory access in the checkout code 2017-04-13 17:34:38 -07:00
CheckoutAction.h implement removing directories during checkout 2017-03-17 17:13:20 -07:00
CheckoutContext.cpp support storing two parent commits 2017-04-27 11:50:13 -07:00
CheckoutContext.h support storing two parent commits 2017-04-27 11:50:13 -07:00
DeferredDiffEntry.cpp minor clean up to GitIgnoreStack handling 2017-04-28 19:21:34 -07:00
DeferredDiffEntry.h minor clean up to GitIgnoreStack handling 2017-04-28 19:21:34 -07:00
DiffContext.h minor clean up to GitIgnoreStack handling 2017-04-28 19:21:34 -07:00
Dirstate.cpp remove ObjectStores.h 2017-06-21 17:20:48 -07:00
Dirstate.h Reimplement dirstate used by Eden's Hg extension as a subclass of Hg's dirstate. 2017-05-26 12:05:29 -07:00
DirstatePersistence.cpp Reimplement dirstate used by Eden's Hg extension as a subclass of Hg's dirstate. 2017-05-26 12:05:29 -07:00
DirstatePersistence.h Reimplement dirstate used by Eden's Hg extension as a subclass of Hg's dirstate. 2017-05-26 12:05:29 -07:00
EdenDispatcher.cpp Add missing includes in eden files 2017-05-03 10:30:32 -07:00
EdenDispatcher.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
EdenMount.cpp refactor Dirstate::addAll() to clean up some old code 2017-05-01 18:54:41 -07:00
EdenMount.h Replace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD everywhere 2017-05-24 20:40:38 -07:00
FileData.cpp move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
FileData.h Replace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD everywhere 2017-05-24 20:40:38 -07:00
FileHandle.cpp refactor FileInode to avoid using its parent's TreeInode::Entry 2017-03-10 18:29:29 -08:00
FileHandle.h apply clang-tidy modernize-use-override 2017-05-23 16:10:26 -07:00
FileInode.cpp simplify the Dirstate::removeAll() code 2017-05-01 18:54:41 -07:00
FileInode.h simplify the Dirstate::removeAll() code 2017-05-01 18:54:41 -07:00
hgdirstate.thrift Reimplement dirstate used by Eden's Hg extension as a subclass of Hg's dirstate. 2017-05-26 12:05:29 -07:00
InodeBase.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodeBase.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
InodeDiffCallback.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
InodeError.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodeError.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
InodeMap.cpp move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
InodeMap.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
InodePtr-defs.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodePtr.cpp simplify InodePtr classes 2017-04-06 13:20:01 -07:00
InodePtr.h simplify InodePtr classes 2017-04-06 13:20:01 -07:00
InodePtrFwd.h simplify InodePtr classes 2017-04-06 13:20:01 -07:00
Overlay.cpp avoid an issue reported by ASAN 2017-04-17 15:35:09 -07:00
Overlay.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
overlay.thrift Reimplement dirstate used by Eden's Hg extension as a subclass of Hg's dirstate. 2017-05-26 12:05:29 -07:00
ParentInodeInfo.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
TARGETS codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00
TreeInode.cpp update the Dirstate to use TreeInode directly to unlink files 2017-05-01 18:54:42 -07:00
TreeInode.h Replace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD everywhere 2017-05-24 20:40:38 -07:00
TreeInodeDirHandle.cpp move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00
TreeInodeDirHandle.h move eden/utils and eden/fuse into eden/fs 2017-04-14 11:39:02 -07:00