diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-23 09:47:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-08 10:39:36 +0200 |
commit | 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch) | |
tree | e368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /include/uno | |
parent | 0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff) |
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'include/uno')
-rw-r--r-- | include/uno/lbnames.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h index 83a4608925b1..a4c967616f63 100644 --- a/include/uno/lbnames.h +++ b/include/uno/lbnames.h @@ -43,8 +43,6 @@ provoking error here, because PP ignores #error /** Environment type name for binary C UNO. */ #define UNO_LB_UNO "uno" -/** Environment type name for ANSI C compilers. */ -#define UNO_LB_C "c" /** Environment type name for Java 1.3.1 compatible virtual machine. */ #define UNO_LB_JAVA "java" /** Environment type name for CLI (Common Language Infrastructure). */ |