aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linespec.h')
-rw-r--r--gdb/linespec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/linespec.h b/gdb/linespec.h
index ce74fe6..6c9b0b3 100644
--- a/gdb/linespec.h
+++ b/gdb/linespec.h
@@ -58,8 +58,7 @@ struct linespec_result
linespec_result () = default;
~linespec_result ();
- linespec_result (const linespec_result &) = delete;
- linespec_result &operator= (const linespec_result &) = delete;
+ DISABLE_COPY_AND_ASSIGN (linespec_result);
/* If true, the linespec should be displayed to the user. This
is used by "unusual" linespecs where the ordinary `info break'