diff --git a/global_structures.h b/global_structures.h index 8b3cbade9..b12ec4629 100644 --- a/global_structures.h +++ b/global_structures.h @@ -167,13 +167,6 @@ struct OS_Classification { const char *OS_Generation; /* Can be NULL if unclassified */ const char *Device_Type; std::vector cpe; - - OS_Classification() { - OS_Vendor = NULL; - OS_Family = NULL; - OS_Generation = NULL; - Device_Type = NULL; - } }; struct FingerTest {