Skip to content

Commit 05ef14b

Browse files
committed
Remove unused variables
1 parent 7d02fec commit 05ef14b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Folder.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@ class Folder {
160160
bool moveTo(String destination, bool overwrite = false);
161161

162162
private:
163-
164-
std::string dirname;
165163
std::string path;
166-
DIR * dir;
167164
};
168165

169166
#endif

0 commit comments

Comments
 (0)