summaryrefslogtreecommitdiff
path: root/tools/aidl/macros.h
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-14 15:47:38 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-14 15:47:38 +0000
commit026cbbfbda2d3db388bcaf7d8c3897f7856af1f8 (patch)
treeaa092cd71b8046b750a2b5989c8e2bc503d53b56 /tools/aidl/macros.h
parent0e95070766dc499f66706c12253dda11d31ab014 (diff)
parent27a0be36eeee9d1d03076727977dfb1e725fcd77 (diff)
am 27a0be36: resolved conflicts for ddf53180 to stage-aosp-master
* commit '27a0be36eeee9d1d03076727977dfb1e725fcd77': Remove the aidl tool
Diffstat (limited to 'tools/aidl/macros.h')
-rw-r--r--tools/aidl/macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/aidl/macros.h b/tools/aidl/macros.h
deleted file mode 100644
index 67b8076404a4..000000000000
--- a/tools/aidl/macros.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef AIDL_MACROS_H_
-#define AIDL_MACROS_H_
-
-#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
- TypeName(const TypeName&); \
- void operator=(const TypeName&)
-
-#endif // AIDL_MACROS_H_