Codechange: Replace FOR_ALL_TARS with range-based for loops
(cherry picked from commit 34215f7faa
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
e71798381b
commit
ffd30cf91b
@@ -28,6 +28,4 @@ typedef std::map<std::string, TarFileListEntry> TarFileList;
|
||||
extern std::array<TarList, NUM_SUBDIRS> _tar_list;
|
||||
extern TarFileList _tar_filelist[NUM_SUBDIRS];
|
||||
|
||||
#define FOR_ALL_TARS(tar, sd) for (tar = _tar_filelist[sd].begin(); tar != _tar_filelist[sd].end(); tar++)
|
||||
|
||||
#endif /* TAR_TYPE_H */
|
||||
|
Reference in New Issue
Block a user