]> granicus.if.org Git - graphviz/commitdiff
remove unused align.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Jun 2020 01:58:21 +0000 (18:58 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Jun 2020 02:57:27 +0000 (19:57 -0700)
lib/ast/Makefile.am
lib/ast/align.h [deleted file]
lib/ast/ast.vcxproj
lib/ast/ast.vcxproj.filters

index 695aacc7f62057621f7fd03c07f8814a8f6ab138..88177387302633e14dd78f44e27a1b5d04fdce90 100644 (file)
@@ -3,7 +3,7 @@
 
 AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio
 
-noinst_HEADERS = align.h ast.h error.h hashkey.h
+noinst_HEADERS = ast.h error.h hashkey.h
 noinst_LTLIBRARIES = libast_C.la
 
 libast_C_la_SOURCES = pathpath.c sfstr.h chresc.c chrtoi.c error.c \
diff --git a/lib/ast/align.h b/lib/ast/align.h
deleted file mode 100644 (file)
index 22fe50c..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/* $Id$ $Revision$ */
-/* vim:set shiftwidth=4 ts=8: */
-
-/*************************************************************************
- * Copyright (c) 2011 AT&T Intellectual Property 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: See CVS logs. Details at http://www.graphviz.org/
- *************************************************************************/
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* : : generated from features/align.c by iffe version 1999-08-11 : : */
-#ifndef _def_align_ast
-#define _def_align_ast 1
-    typedef unsigned long ALIGN_INTEGRAL;
-
-#define ALIGN_CHUNK            8192
-#define ALIGN_INTEGRAL         long
-#define ALIGN_INTEGER(x)       ((ALIGN_INTEGRAL)(x))
-#define ALIGN_POINTER(x)       ((char*)(x))
-#define ALIGN_ROUND(x,y)       ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))
-
-#define ALIGN_BOUND            ALIGN_BOUND2
-#define ALIGN_ALIGN(x)         ALIGN_ALIGN2(x)
-#define ALIGN_TRUNC(x)         ALIGN_TRUNC2(x)
-
-#define ALIGN_BIT1             0x1
-#define ALIGN_BOUND1           ALIGN_BOUND2
-#define ALIGN_ALIGN1(x)                ALIGN_ALIGN2(x)
-#define ALIGN_TRUNC1(x)                ALIGN_TRUNC2(x)
-#define ALIGN_CLRBIT1(x)       ALIGN_POINTER(ALIGN_INTEGER(x)&0xfffffffe)
-#define ALIGN_SETBIT1(x)       ALIGN_POINTER(ALIGN_INTEGER(x)|0x1)
-#define ALIGN_TSTBIT1(x)       ALIGN_POINTER(ALIGN_INTEGER(x)&0x1)
-
-#define ALIGN_BIT2             0x2
-#define ALIGN_BOUND2           8
-#define ALIGN_ALIGN2(x)                ALIGN_TRUNC2((x)+7)
-#define ALIGN_TRUNC2(x)                ALIGN_POINTER(ALIGN_INTEGER(x)&0xfffffff8)
-#define ALIGN_CLRBIT2(x)       ALIGN_POINTER(ALIGN_INTEGER(x)&0xfffffffd)
-#define ALIGN_SETBIT2(x)       ALIGN_POINTER(ALIGN_INTEGER(x)|0x2)
-#define ALIGN_TSTBIT2(x)       ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
-
-#endif
-
-#ifdef __cplusplus
-}
-#endif
index 1a8706df9938cf21e856cc29563dca8df33a4232..929883f6ceaa60cd0ca12bb815abe3e0d53e4e9c 100644 (file)
@@ -76,7 +76,6 @@
     <Lib />
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClInclude Include="align.h" />
     <ClInclude Include="ast.h" />
     <ClInclude Include="compat_unistd.h" />
     <ClInclude Include="error.h" />
index 2a5f8922f4f8ec60c917756cab46b11666c707ab..66ce6bf5ae064769ac2e33266fa25b3a61cb6f5c 100644 (file)
@@ -15,9 +15,6 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClInclude Include="align.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
     <ClInclude Include="ast.h">
       <Filter>Header Files</Filter>
     </ClInclude>