apply clang-tidy modernize-use-override
[folly.git] / folly / experimental / symbolizer / Dwarf.h
index 192d0c0339fbbedb3a73c9be0e9e8c6085904a5d..8aec70cdff6f7133da286febc279a964075bdbfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -68,7 +68,7 @@ class Dwarf {
     Path(folly::StringPiece baseDir, folly::StringPiece subDir,
          folly::StringPiece file);
 
-    folly::StringPiece baseDir() const { return baseDir_; };
+    folly::StringPiece baseDir() const { return baseDir_; }
     folly::StringPiece subDir() const { return subDir_; }
     folly::StringPiece file() const { return file_; }