gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / dirsearch.cc
index 1e92fa5618bf51ccad29cc866532ba6c5b7290af..e8c9b1203c8e80809d587ad99af85434c75379d7 100644 (file)
@@ -1,6 +1,6 @@
 // dirsearch.cc -- directory searching for gold
 
-// Copyright (C) 2006-2015 Free Software Foundation, Inc.
+// Copyright (C) 2006-2020 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -102,7 +102,7 @@ class Dir_caches
     : lock_(), caches_()
   { }
 
-  ~Dir_caches();
+  ~Dir_caches() ATTRIBUTE_UNUSED;
 
   // Add a cache for a directory.
   void add(const char*);
This page took 0.02305 seconds and 4 git commands to generate.