diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-14 01:53:59 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:25:03 -0500 |
| commit | 567fe019ac21ee78a07beae1a387ab5688e7f97b (patch) | |
| tree | 6387ae5cff0f3a86627fbbb1f0b3344f913e7205 /src/shared/directoryentry.h | |
| parent | c8fc7abade6e28507f2a1590007a098e647026a9 (diff) | |
removed some unnecessary counters
delete old structure in thread
Diffstat (limited to 'src/shared/directoryentry.h')
| -rw-r--r-- | src/shared/directoryentry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h index 2a70d486..94ea068d 100644 --- a/src/shared/directoryentry.h +++ b/src/shared/directoryentry.h @@ -121,7 +121,6 @@ public: FileEntry();
FileEntry(Index index, std::wstring name, DirectoryEntry *parent);
- ~FileEntry();
Index getIndex() const
{
@@ -237,7 +236,6 @@ class FilesOrigin public:
FilesOrigin();
FilesOrigin(const FilesOrigin &reference);
- ~FilesOrigin();
// sets priority for this origin, but it will overwrite the existing mapping
// for this priority, the previous origin will no longer be referenced
@@ -307,7 +305,6 @@ class FileRegister {
public:
FileRegister(boost::shared_ptr<OriginConnection> originConnection);
- ~FileRegister();
bool indexValid(FileEntry::Index index) const;
|
