gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / dirsearch.cc
index e9e2fa1234e3e887babc7da80b86302af7f452ba..e8c9b1203c8e80809d587ad99af85434c75379d7 100644 (file)
@@ -1,6 +1,6 @@
 // dirsearch.cc -- directory searching for gold
 
-// Copyright (C) 2006-2014 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.030505 seconds and 4 git commands to generate.