Commit 7861fc4f by Ian Lance Taylor

compiler: code cleanup (unused header file)

    
    Remove inclusion of simple-ojbject.h (no longer needed);
    adjust comments.
    
    Reviewed-on: https://go-review.googlesource.com/28856

From-SVN: r240067
parent 9d0a9bb4
c2bd848dce774e8009ae1d8ee5d91ddc601ce37f 6e791d2f3c183d55fdcabe3df20f01c029fd6d54
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "go-system.h" #include "go-system.h"
#include "filenames.h" #include "filenames.h"
#include "simple-object.h"
#include "go-c.h" #include "go-c.h"
#include "gogo.h" #include "gogo.h"
...@@ -233,7 +232,7 @@ Import::find_export_data(const std::string& filename, int fd, Location location) ...@@ -233,7 +232,7 @@ Import::find_export_data(const std::string& filename, int fd, Location location)
return NULL; return NULL;
} }
// Look for export data in a simple_object. // Look for export data in an object file.
Import::Stream* Import::Stream*
Import::find_object_export_data(const std::string& filename, Import::find_object_export_data(const std::string& filename,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment