Skip to content

Remove unnecessary explicit AsciiString or UnicodeString instantiation #1777

Description

@xezon

Remove unnecessary explicit AsciiString or UnicodeString instantiation across code base.

Example:

TheFileSystem->getFileListInDirectory(AsciiString(".\\data\\Editor\\Molds\\"), AsciiString("*.w3d"), filenameList, FALSE);

Simpler:

TheFileSystem->getFileListInDirectory(".\\data\\Editor\\Molds\\", "*.w3d", filenameList, FALSE);

Metadata

Metadata

Assignees

Labels

MinorSeverity: Minor < Major < Critical < BlockerPerformanceIs a performance concernRefactorEdits the code with insignificant behavior changes, is never user facing

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions