mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Remove unused argument for file::path_attributes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace file
|
||||
{
|
||||
std::string path_attributes (std::string const& path, std::string const& dir)
|
||||
std::string path_attributes (std::string const& path)
|
||||
{
|
||||
std::vector<std::string> res;
|
||||
if(path != NULL_STR)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace file
|
||||
{
|
||||
PUBLIC std::string path_attributes (std::string const& path, std::string const& dir = NULL_STR);
|
||||
PUBLIC std::string path_attributes (std::string const& path);
|
||||
|
||||
} /* file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user