Change the signatures of the destroyFile and destroyDirectory methods to
authorReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 23:02:10 +0000 (23:02 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 23:02:10 +0000 (23:02 +0000)
commit00e89302069fe55e1dae58360bb9f7fd243d0b2b
tree755125bf5cbaddc34d016dcf09d1e942a336da8d
parent2d01af2c31c3d82d83b0debe9b9f5b0237393b7d
Change the signatures of the destroyFile and destroyDirectory methods to
const because they affect the file system, not the Path object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Path.cpp
lib/System/Unix/Path.inc
lib/System/Win32/Path.cpp
lib/System/Win32/Path.inc