Skip to content

Commit c8edecb

Browse files
committed
[LINT] error 1788
Variable 'Symbol' (Location) (type 'Name') is referenced only by its constructor or destructor. Signed-off-by: Jocelyn Legault <[email protected]>
1 parent ddf8531 commit c8edecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PythonScript/src/ShortcutDlg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ void ShortcutDlg::populateMachineScripts()
270270
void ShortcutDlg::populateScripts(tstring dir, HTREEITEM parent /* = TVI_ROOT */)
271271
{
272272
WIN32_FIND_DATA findData;
273-
tstring indexPath;
274273
tstring searchPath(dir);
275274
searchPath.append(_T("\\*"));
276275
HANDLE hFound = FindFirstFile(searchPath.c_str(), &findData);

0 commit comments

Comments
 (0)