Regenerate {descriptor,plugin}.pb.golden.

R=r
CC=golang-dev
http://codereview.appspot.com/4049041
diff --git a/compiler/plugin/plugin.pb.go b/compiler/plugin/plugin.pb.go
index 1f0188c..b39cd97 100644
--- a/compiler/plugin/plugin.pb.go
+++ b/compiler/plugin/plugin.pb.go
@@ -4,10 +4,14 @@
 package google_protobuf_compiler
 
 import proto "goprotobuf.googlecode.com/hg/proto"
+import "math"
+import "os"
 import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor"
 
-// Reference proto import to suppress error if it's not otherwise used.
+// Reference proto, math & os imports to suppress error if they are not otherwise used.
 var _ = proto.GetString
+var _ = math.Inf
+var _ os.Error
 
 type CodeGeneratorRequest struct {
 	FileToGenerate	[]string	"PB(bytes,1,rep,name=file_to_generate)"
diff --git a/compiler/plugin/plugin.pb.golden b/compiler/plugin/plugin.pb.golden
index 1c11686..b39cd97 100644
--- a/compiler/plugin/plugin.pb.golden
+++ b/compiler/plugin/plugin.pb.golden
@@ -3,8 +3,16 @@
 
 package google_protobuf_compiler
 
+import proto "goprotobuf.googlecode.com/hg/proto"
+import "math"
+import "os"
 import google_protobuf "goprotobuf.googlecode.com/hg/compiler/descriptor"
 
+// Reference proto, math & os imports to suppress error if they are not otherwise used.
+var _ = proto.GetString
+var _ = math.Inf
+var _ os.Error
+
 type CodeGeneratorRequest struct {
 	FileToGenerate	[]string	"PB(bytes,1,rep,name=file_to_generate)"
 	Parameter	*string	"PB(bytes,2,opt,name=parameter)"
@@ -14,9 +22,6 @@
 func (this *CodeGeneratorRequest) Reset() {
 	*this = CodeGeneratorRequest{}
 }
-func NewCodeGeneratorRequest() *CodeGeneratorRequest {
-	return new(CodeGeneratorRequest)
-}
 
 type CodeGeneratorResponse struct {
 	Error	*string	"PB(bytes,1,opt,name=error)"
@@ -26,9 +31,6 @@
 func (this *CodeGeneratorResponse) Reset() {
 	*this = CodeGeneratorResponse{}
 }
-func NewCodeGeneratorResponse() *CodeGeneratorResponse {
-	return new(CodeGeneratorResponse)
-}
 
 type CodeGeneratorResponse_File struct {
 	Name	*string	"PB(bytes,1,opt,name=name)"
@@ -39,9 +41,6 @@
 func (this *CodeGeneratorResponse_File) Reset() {
 	*this = CodeGeneratorResponse_File{}
 }
-func NewCodeGeneratorResponse_File() *CodeGeneratorResponse_File {
-	return new(CodeGeneratorResponse_File)
-}
 
 func init() {
 }