You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/04/05 02:52:18 UTC

[hadoop] branch branch-3.1 updated: HDFS-15950. Remove unused hdfs.proto import (#2858)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 5a18d92  HDFS-15950. Remove unused hdfs.proto import (#2858)
5a18d92 is described below

commit 5a18d9248b8dbf9a6fd94e3510c28ad52e2c6728
Author: Gautham B A <ga...@gmail.com>
AuthorDate: Mon Apr 5 08:12:05 2021 +0530

    HDFS-15950. Remove unused hdfs.proto import (#2858)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit ca5e13fd74838fca3598587eb4770b797f436832)
---
 hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
index dfc6618..3dbc75e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
+++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/inotify.proto
@@ -32,7 +32,6 @@ package hadoop.hdfs;
 
 import "acl.proto";
 import "xattr.proto";
-import "hdfs.proto";
 
 enum EventType {
   EVENT_CREATE = 0x0;

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org