Skip to content

Commit

Permalink
test: remove unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jan 8, 2025
1 parent c14903d commit c7a87f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/support/messages.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ defmodule Protox.Messages do
Path.join(__DIR__, "./test/samples")
]

use Protox,
files: [
"./test/samples/proto2.proto",
"./test/samples/proto2_extension.proto",
"./test/samples/proto3.proto"
],
namespace: Namespace

use Protox,
schema: """
syntax = "proto3";
Expand Down

0 comments on commit c7a87f8

Please sign in to comment.