Remove "noisy" parameter from clear_complaints
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index f62f81d36644f03967f340a06c87ddfcbfe162f6..49bccf6842903aba8667b4ec2a938e78d7d2b776 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -43,9 +43,7 @@ public:
 
   ~compiled_regex ();
 
-  /* Disable copy.  */
-  compiled_regex (const compiled_regex&) = delete;
-  void operator= (const compiled_regex&) = delete;
+  DISABLE_COPY_AND_ASSIGN (compiled_regex);
 
   /* Wrapper around ::regexec.  */
   int exec (const char *string,
This page took 0.024014 seconds and 4 git commands to generate.