Remove dict_empty/mdict_empty
[deliverable/binutils-gdb.git] / gdb / dictionary.h
index e6481cd38ce9895c3a79c4afa935cf049c6c531d..9a7739b7c10d70a337f096227f186fb0a7881c7a 100644 (file)
@@ -93,10 +93,6 @@ extern void mdict_add_symbol (struct multidictionary *mdict,
 extern void mdict_add_pending (struct multidictionary *mdict,
                               const struct pending *symbol_list);
 
-/* Is the multidictionary empty?  */
-
-extern int mdict_empty (struct multidictionary *mdict);
-
 /* A type containing data that is used when iterating over all symbols
    in a dictionary.  Don't ever look at its innards; this type would
    be opaque if we didn't need to be able to allocate it on the
This page took 0.024761 seconds and 4 git commands to generate.