diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-18 12:50:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-18 13:29:17 (GMT) |
commit | 5bb4248a807029053156dbf4a3cdba4427766306 (patch) | |
tree | 90439f898a63d61351f1fb5b72346382f272ce82 /Source/cmMakefile.h | |
parent | fc7ab8874b0e5c2c010fb73718ae8702b8853ca0 (diff) | |
download | CMake-5bb4248a807029053156dbf4a3cdba4427766306.zip CMake-5bb4248a807029053156dbf4a3cdba4427766306.tar.gz CMake-5bb4248a807029053156dbf4a3cdba4427766306.tar.bz2 |
cmMakefile: Remove fullPath parameter from ReadListFile.
There is no reason for this to be a responsibility of
ReadListFile. Additionally, the only user of it already computes
it itself.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 299d550..ce21c60 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -87,7 +87,6 @@ public: */ bool ReadListFile(const char* listfile, const char* external= 0, - std::string* fullPath= 0, bool noPolicyScope = true); /** |