Skip to content

Commit 548ee67

Browse files
remove unnecessary changes
1 parent f668a2e commit 548ee67

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

config/config.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
use Mix.Config
2-
3-
config :protobuf, extensions: :enabled
4-

plz.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deps/protobuf/src: warning: directory does not exist.
2+
Could not make proto path relative: test/support/wrapper_with_extension.proto: No such file or directory

src/elixirpb.proto

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,8 @@ message FileOptions {
2323
// will be "Hello.Request". But with module_prefix "Foo", the message will be
2424
// "Foo.Request"
2525
optional string module_prefix = 1;
26-
extensions 1000 to max;
2726
}
2827

2928
extend google.protobuf.FileOptions {
3029
optional FileOptions file = 1047;
3130
}
32-
33-
message FieldOptions {
34-
// optional string extype = 1;
35-
extensions 1000 to max;
36-
}
37-
38-
extend google.protobuf.FieldOptions {
39-
// TODO: determine appropriate number
40-
optional FieldOptions field = 65007;
41-
}
42-

0 commit comments

Comments
 (0)