Skip to content

Commit

Permalink
nuke dead expandVariableReferences() overload prototype
Browse files Browse the repository at this point in the history
Change-Id: I0c6fceac0b984e4613932b8507a632dd83d0e79b
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator committed Jun 30, 2016
1 parent 25db59d commit d0055e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qmake/library/qmakeevaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class QMAKE_EXPORT QMakeEvaluator
void setTemplate();

ProStringList split_value_list(const QString &vals, const ProFile *source = 0);
ProStringList expandVariableReferences(const ProString &value, int *pos = 0, bool joined = false);
ProStringList expandVariableReferences(const ushort *&tokPtr, int sizeHint = 0, bool joined = false);

QString currentFileName() const;
Expand Down

0 comments on commit d0055e9

Please sign in to comment.