diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-29 17:33:01 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-29 17:33:01 +0000 |
commit | b0da058c0182b484001a8d2c32d66b4c634882aa (patch) | |
tree | da4b8e32107b5037bb3284c81851b0c28762cf9d /gcc/go/gofrontend/export.h | |
parent | b98e0db350a3b229b1b6624f91b13d239b56751b (diff) | |
download | gcc-b0da058c0182b484001a8d2c32d66b4c634882aa.tar.gz |
escape: Remove previously existing analysis.
* Make-lang.in (GO_OBJS): Remove go/dataflow.o, go/escape.o.
Reviewed-on: https://go-review.googlesource.com/18261
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235649 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go/gofrontend/export.h')
-rw-r--r-- | gcc/go/gofrontend/export.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/go/gofrontend/export.h b/gcc/go/gofrontend/export.h index 92baa722c50..0526e9a3f6d 100644 --- a/gcc/go/gofrontend/export.h +++ b/gcc/go/gofrontend/export.h @@ -7,7 +7,6 @@ #ifndef GO_EXPORT_H #define GO_EXPORT_H -#include "escape.h" #include "string-dump.h" struct sha1_ctx; @@ -162,10 +161,6 @@ class Export : public String_dump void write_type(const Type*); - // Write out escape information. - void - write_escape(const Node::Escapement_lattice& e); - private: Export(const Export&); Export& operator=(const Export&); |