aboutsummaryrefslogtreecommitdiff
path: root/odb/location.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/location.hxx')
-rw-r--r--odb/location.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/location.hxx b/odb/location.hxx
index a9cc6ad..658cd1b 100644
--- a/odb/location.hxx
+++ b/odb/location.hxx
@@ -12,9 +12,7 @@
struct location
{
- explicit
location (location_t);
-
location (cutl::fs::path const& f, std::size_t l, std::size_t c)
: file (f), line (l), column (c)
{