warning: extra ‘;’ [-Wpedantic]
[ntk/apt.git] / apt-pkg / contrib / configuration.cc
index 8eddd56..003fd01 100644 (file)
@@ -43,8 +43,7 @@ Configuration::Configuration() : ToFree(true)
 }
 Configuration::Configuration(const Item *Root) : Root((Item *)Root), ToFree(false)
 {
-};
-
+}
                                                                        /*}}}*/
 // Configuration::~Configuration - Destructor                          /*{{{*/
 // ---------------------------------------------------------------------