changeset 21886:4c0c6f48bdc7

maint: Remove unused variable left over from cset a6952c880cec. * graphics.cc (base_graphics_object::build_user_default): Remove unused variable 'p'.
author Rik <rik@octave.org>
date Mon, 13 Jun 2016 14:24:55 -0700
parents 0806871e3e1e
children 525b46f1d48f
files libinterp/corefcn/graphics.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Mon Jun 13 09:18:03 2016 -0700
+++ b/libinterp/corefcn/graphics.cc	Mon Jun 13 14:24:55 2016 -0700
@@ -3236,8 +3236,6 @@
 {
   property_list local_defaults = get_defaults_list ();
   const auto it = local_defaults.find (go_name);
-  property_list::plist_map_const_iterator p =
-    local_defaults.find (go_name);
 
   if (it != local_defaults.end ())
     {