aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/gofrontend/types.h')
-rw-r--r--gcc/go/gofrontend/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/go/gofrontend/types.h b/gcc/go/gofrontend/types.h
index c99b08a..4898e67 100644
--- a/gcc/go/gofrontend/types.h
+++ b/gcc/go/gofrontend/types.h
@@ -3445,10 +3445,6 @@ class Named_type : public Type
void
append_mangled_type_name(Gogo*, bool use_alias, std::string*) const;
- // Export the type.
- void
- export_named_type(Export*, const std::string& name) const;
-
// Import a named type.
static void
import_named_type(Import*, Named_type**);