aboutsummaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-01-21 14:55:14 +0000
committerJon Skeet <skeet@pobox.com>2009-01-21 14:55:14 +0000
commitdc254e76fc02eaf352b5e478accb25677f2c95b4 (patch)
tree5bfa7d7339499e4fe8abfcdff8693d802d0585c4 /protos
parenta3767341157a34f595b9cf4b315cc756ce338023 (diff)
downloadprotobuf-dc254e76fc02eaf352b5e478accb25677f2c95b4.tar.gz
protobuf-dc254e76fc02eaf352b5e478accb25677f2c95b4.tar.bz2
protobuf-dc254e76fc02eaf352b5e478accb25677f2c95b4.zip
Removed redundant import from tutorial proto
Diffstat (limited to 'protos')
-rw-r--r--protos/tutorial/addressbook.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/protos/tutorial/addressbook.proto b/protos/tutorial/addressbook.proto
index 7dc4a35c..72806f32 100644
--- a/protos/tutorial/addressbook.proto
+++ b/protos/tutorial/addressbook.proto
@@ -1,7 +1,6 @@
package tutorial;
import "google/protobuf/csharp_options.proto";
-import "google/protobuf/descriptor.proto";
option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.Examples.AddressBook";
option (google.protobuf.csharp_file_options).umbrella_classname = "AddressBookProtos";